Skip to content

Commit ccf8571

Browse files
JavaDoc
1 parent 2acab7b commit ccf8571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public void setSharedExecutor(ExecutorService executor) {
431431
/**
432432
* Get the exception handler.
433433
*
434-
* @see ExceptionHandler
434+
* @see com.rabbitmq.client.ExceptionHandler
435435
*/
436436
public ExceptionHandler getExceptionHandler() {
437437
return exceptionHandler;
@@ -440,7 +440,7 @@ public ExceptionHandler getExceptionHandler() {
440440
/**
441441
* Set the exception handler to use for newly created connections.
442442
*
443-
* @see ExceptionHandler
443+
* @see com.rabbitmq.client.ExceptionHandler
444444
*/
445445

446446
public void setExceptionHandler(ExceptionHandler exceptionHandler) {

0 commit comments

Comments
 (0)