Skip to content

Commit c746853

Browse files
author
Steve Powell
committed
Fixed grammar and some category errors in Javadoc.
1 parent 32a5651 commit c746853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/com/rabbitmq/client/ShutdownListener.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
import java.util.EventListener;
2121

2222
/**
23-
* Interface that can receive information about the shutdown of connections and
24-
* channels. Note that when a connection is shut down, any channels are also
25-
* considered shut down and any ShutdownListeners then have will fire.
23+
* A ShutdownListener receives information about the shutdown of connections and
24+
* channels. Note that when a connection is shut down, its associated channels are also
25+
* considered shut down and their ShutdownListeners will be notified (with the same cause).
2626
*
2727
* @see ShutdownNotifier
2828
* @see ShutdownSignalException

0 commit comments

Comments
 (0)