whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / NodeListener.java
index 1198969..dda0d63 100644 (file)
@@ -23,14 +23,14 @@ import java.util.EventListener;
 
 /**
  * Interface for listeners that want to be notified about node events.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public interface NodeListener extends EventListener {
 
        /**
         * Notifies a listener that a node was added.
-        * 
+        *
         * @param node
         *            The node that was added
         */
@@ -38,7 +38,7 @@ public interface NodeListener extends EventListener {
 
        /**
         * Notifies a listener that a node was removed.
-        * 
+        *
         * @param node
         *            The node that was removed
         */
@@ -46,7 +46,7 @@ public interface NodeListener extends EventListener {
 
        /**
         * Notifies a listener that a connection to the given node was established.
-        * 
+        *
         * @param node
         *            The node that is now connected
         */
@@ -54,7 +54,7 @@ public interface NodeListener extends EventListener {
 
        /**
         * Notifies a listener that a connection to a node has failed.
-        * 
+        *
         * @param node
         *            The node that could not be connected
         * @param cause
@@ -68,7 +68,7 @@ public interface NodeListener extends EventListener {
         * anything else (like deregistering as listener from it) it should retrieve
         * the high-level client using {@link NodeManager#getHighLevelClient(Node)}
         * before this method returns!
-        * 
+        *
         * @param node
         *            The node that is now disconnected
         * @param throwable