Skip to content

Commit 667d9e5

Browse files
Typo
1 parent 3e2f95c commit 667d9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wikipages/data.ApiOverview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ and consumers. It is enabled by default but can be disabled:
401401
@code java
402402
ConnectionFactory factory = new ConnectionFactory();
403403

404-
Connection conn = factory.newConnection();
404+
Connection conn = factory.CreateConnection();
405405
factory.AutomaticRecoveryEnabled = true;
406406
factory.TopologyRecoveryEnabled = false;
407407

0 commit comments

Comments
 (0)