Skip to content

Commit 5249352

Browse files
author
Jerry Kuch
committed
Trivial Javadoc cleanup.
1 parent 83656b3 commit 5249352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rabbitmq/client/impl/AMQConnection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ public AMQConnection(ConnectionFactory factory,
227227
* calls Connection.Open and waits for the OpenOk. Sets heartbeat
228228
* and frame max values after tuning has taken place.
229229
* @throws java.io.IOException if an error is encountered; IOException
230-
* subtypes ProtocolVersionMismatchException and
231-
* PossibleAuthenticationFailureException will be thrown in the
230+
* subtypes {@link ProtocolVersionMismatchException} and
231+
* {@link PossibleAuthenticationFailureException} will be thrown in the
232232
* corresponding circumstances.
233233
*/
234234
public void start()

0 commit comments

Comments
 (0)