Skip to content

Commit c573817

Browse files
Correct setSocketConfigurator JavaDoc
References #14 and #15 on GitHub. Originally contributed by Varrun Ramani.
1 parent 032b58e commit c573817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public SocketConfigurator getSocketConfigurator() {
409409

410410
/**
411411
* Set the socket configurator. This gets a chance to "configure" a socket
412-
* after it has been opened. The default socket configurator disables
412+
* before it has been opened. The default socket configurator disables
413413
* Nagle's algorithm.
414414
*
415415
* @param socketConfigurator the configurator to use

0 commit comments

Comments
 (0)