Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / UnknownPeerNoteType.java
index 41691a5..b36c4ee 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - UnknownPeerNoteType.java -
- * Copyright \u00A9 2008 David Roden
+ * jFCPlib - UnknownPeerNoteType.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 ”UnknownPeerNoteType” message signals the client that the type of peer
  * note used in a previous {@link ModifyPeerNote} is unknown.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class UnknownPeerNoteType extends BaseMessage {
 
        /**
         * Creates a new ”UnknownPeerNoteType” message that wraps the received
         * message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -41,7 +39,7 @@ public class UnknownPeerNoteType extends BaseMessage {
 
        /**
         * Returns the type of peer note that is unkown.
-        * 
+        *
         * @return The unknown peer note type
         */
        public int getPeerNoteType() {