Skip to content

Commit b8b0647

Browse files
Fix a code formatting issue
1 parent 1c886f7 commit b8b0647

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/wikipages/data.ApiOverview.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,9 @@ Topology recovery includes the following actions, performed for every channel
377377
- Recover all bindings
378378
- Recover all consumers
379379

380-
To enable automatic connection recovery, use
381-
[code factory.AutomaticRecoveryEnabled = true]:
380+
To enable automatic connection recovery, set
381+
[code ConnectionFactory.AutomaticRecoveryEnabled] to true:
382+
382383
@code java
383384
ConnectionFactory factory = new ConnectionFactory();
384385
factory.AutomaticRecoveryEnabled = true;

0 commit comments

Comments
 (0)