10000 Minor JavaDoc improvement · ftt1024/rabbitmq-java-client@5467c4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5467c4c

Browse files
Minor JavaDoc improvement
1 parent 0cb79fa commit 5467c4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,8 @@ public Connection newConnection() throws IOException, TimeoutException {
937937
* is enabled, the connection returned by this method will be {@link Recoverable}. Reconnection
938938
* attempts will always use the address configured on {@link ConnectionFactory}.
939939
*
940-
* @param connectionName arbitrary sring for connection name client property
940+
* @param connectionName client-provided connection name (an arbitrary string). Will
941+
* be displayed in management UI if the server supports it.
941942
* @return an interface to the connection
942943
* @throws IOException if it encounters a problem
943944
*/
@@ -968,7 +969,8 @@ public Connection newConnection(ExecutorService executor) throws IOException, Ti
968969
* attempts will always use the address configured on {@link ConnectionFactory}.
969970
*
970971
* @param executor thread execution service for consumers on the connection
971-
* @param connectionName arbitrary sring for connection name client property
972+
* @param connectionName client-provided connection name (an arbitrary string). Will
973+
* be displayed in management UI if the server supports it.
972974
* @return an interface to the connection
973975
* @throws IOException if it encounters a problem
974976
*/

0 commit comments

Comments
 (0)
0