File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ public boolean isAutomaticRecoveryEnabled() {
487487 * Enables or disables automatic connection recovery
488488 * @param automaticRecovery if true, enables connection recovery
489489 */
490- public void setAutomaticRecovery (boolean automaticRecovery ) {
490+ public void setAutomaticRecoveryEnabled (boolean automaticRecovery ) {
491491 this .automaticRecovery = automaticRecovery ;
492492 }
493493
@@ -504,7 +504,7 @@ public boolean isTopologyRecoveryEnabled() {
504504 * Enables or disables topology recovery
505505 * @param topologyRecovery if true, enables topology recovery
506506 */
507- public void setTopologyRecovery (boolean topologyRecovery ) {
507+ public void setTopologyRecoveryEnabled (boolean topologyRecovery ) {
508508 this .topologyRecovery = topologyRecovery ;
509509 }
510510
You can’t perform that action at this time.
0 commit comments