Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / UnknownNodeIdentifier.java
index def420b..af7b2f5 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - UnknownNodeIdentifier.java -
- * Copyright \u00A9 2008 David Roden
+ * jFCPlib - UnknownNodeIdentifier.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
@@ -22,16 +21,15 @@ package net.pterodactylus.fcp;
 /**
  * The “UnknownNodeIdentifier” message signals the client that the node
  * identifier given in a command like {@link ListPeer} is unknown.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class UnknownNodeIdentifier extends BaseMessage {
 
        /**
         * Creates a new “UnknownNodeIdentifier” message that wraps the received
         * message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -41,7 +39,7 @@ public class UnknownNodeIdentifier extends BaseMessage {
 
        /**
         * Returns the unknown node identifier.
-        * 
+        *
         * @return The unknown node identifier
         */
        public String getNodeIdentifier() {