More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / ListPeer.java
index 8f866ca..f16f385 100644 (file)
@@ -20,7 +20,7 @@ package net.pterodactylus.fcp;
 
 /**
  * The “ListPeer” request asks the node about the details of a given peer.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class ListPeer extends FcpMessage {
@@ -30,7 +30,7 @@ public class ListPeer extends FcpMessage {
         * specified by <code>nodeIdentifier</code>. <code>nodeIdentifier</code> can
         * be of several formats: The node’s name, its identity, or its IP address
         * and port (connection with a ‘:’).
-        * 
+        *
         * @param nodeIdentifier
         *            The identifier of the node to get details about
         */