Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FcpListenerManager.java
index 4e1cce6..4f3b9dd 100644 (file)
@@ -109,6 +109,7 @@ public class FcpListenerManager extends AbstractListenerManager<FcpConnection, F
         *
         * @see FcpListener#receivedPeerNote(FcpConnection, PeerNote)
         * @param peerNote
+        *            The “PeerNote” message
         */
        public void fireReceivedPeerNote(PeerNote peerNote) {
                for (FcpListener fcpListener : getListeners()) {
@@ -290,7 +291,8 @@ public class FcpListenerManager extends AbstractListenerManager<FcpConnection, F
        }
 
        /**
-        * Notifies all listeners that a “FinishedCompression” message was received.
+        * Notifies all listeners that a “FinishedCompression” message was
+        * received.
         *
         * @see FcpListener#receivedFinishedCompression(FcpConnection,
         *      FinishedCompression)
@@ -417,7 +419,8 @@ public class FcpListenerManager extends AbstractListenerManager<FcpConnection, F
        }
 
        /**
-        * Notifies all listeners that a “SubscribedUSKUpdate” message was received.
+        * Notifies all listeners that a “SubscribedUSKUpdate” message was
+        * received.
         *
         * @see FcpListener#receivedSubscribedUSKUpdate(FcpConnection,
         *      SubscribedUSKUpdate)
@@ -555,8 +558,8 @@ public class FcpListenerManager extends AbstractListenerManager<FcpConnection, F
         * Notifies all listeners that the connection to the node was closed.
         *
         * @param throwable
-        *            The exception that caused the disconnect, or <code>null</code>
-        *            if there was no exception
+        *            The exception that caused the disconnect, or
+        *            <code>null</code> if there was no exception
         * @see FcpListener#connectionClosed(FcpConnection, Throwable)
         */
        public void fireConnectionClosed(Throwable throwable) {