Skip to content

Commit c01fff5

Browse files
Correct JavaDoc
1 parent 80ea96a commit c01fff5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,7 @@ public ExceptionHandler getExceptionHandler() {
458458
}
459459

460460
/**
461-
* Set the thread factory to use for newly created connections.
462-
* @see com.rabbitmq.client.ThreadFactory
463-
* @see com.rabbitmq.client.impl.DefaultThreadFactory
464461
* Set the exception handler to use for newly created connections.
465-
*
466462
* @see com.rabbitmq.client.ExceptionHandler
467463
*/
468464
public void setExceptionHandler(ExceptionHandler exceptionHandler) {

0 commit comments

Comments
 (0)