Skip to content

Commit b59a4f6

Browse files
author
Simon MacMullen
committed
Make these match the getters.
1 parent f655912 commit b59a4f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)