More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / ListPeerNotes.java
index 0fff5e7..82e3399 100644 (file)
@@ -21,7 +21,7 @@ package net.pterodactylus.fcp;
 /**
  * A “ListPeerNodes” request tells the node to list all notes that have been
  * entered for a node. Note that notes are only supported for darknet nodes.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class ListPeerNotes extends FcpMessage {
@@ -29,7 +29,7 @@ public class ListPeerNotes extends FcpMessage {
        /**
         * Creates a new “ListPeerNotes” request that lists all notes of the
         * specified node.
-        * 
+        *
         * @param nodeIdentifier
         *            The identifier of the node
         */