Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / ListPeer.java
index c338dc9..f16f385 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ListPeer.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ListPeer.java - Copyright © 2008 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,17 +20,17 @@ 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 {
 
        /**
         * Creates a new “ListPeer” request that returns information about the node
-        * 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 ‘:’).
-        * 
+        * 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
         */