Skip to content

Commit 1b56506

Browse files
committed
cosmetic
1 parent 5b0c630 commit 1b56506

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,13 +346,13 @@ protected FrameHandler createFrameHandler(Socket sock)
346346
}
347347

348348
/**
349-
* Provides a hook to insert custom configuration of the sockets used
350-
* to connect to an AMQP server before they connect.
349+
* Provides a hook to insert custom configuration of the sockets
350+
* used to connect to an AMQP server before they connect.
351351
*
352-
* The default behaviour of this method is to disable Nagle's algorithm to get
353-
* more consistently low latency.
354-
* However it may be overridden freely and there is no requirement to retain
355-
* this behaviour.
352+
* The default behaviour of this method is to disable Nagle's
353+
* algorithm to get more consistently low latency. However it
354+
* may be overridden freely and there is no requirement to retain
355+
* this behaviour.
356356
*
357357
* @param socket The socket that is to be used for the Connection
358358
*/

0 commit comments

Comments
 (0)