Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / SubscribedUSKUpdate.java
index 16ac43e..e616b5d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - SubscribedUSKUpdate.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - SubscribedUSKUpdate.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
@@ -25,16 +24,15 @@ package net.pterodactylus.fcp;
  * if the new edition that was found is several editions ahead of the currently
  * last known edition, you will received a SubscribedUSKUpdate for each edition
  * inbetween as welL!
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class SubscribedUSKUpdate extends BaseMessage {
 
        /**
         * Creates a new “SubscribedUSKUpdate” message that wraps the received
         * message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -44,7 +42,7 @@ public class SubscribedUSKUpdate extends BaseMessage {
 
        /**
         * Returns the identifier of the subscription.
-        * 
+        *
         * @return The identifier of the subscription
         */
        public String getIdentifier() {
@@ -53,7 +51,7 @@ public class SubscribedUSKUpdate extends BaseMessage {
 
        /**
         * Returns the new edition that was found.
-        * 
+        *
         * @return The new edition
         */
        public int getEdition() {
@@ -62,7 +60,7 @@ public class SubscribedUSKUpdate extends BaseMessage {
 
        /**
         * Returns the complete URI, including the new edition.
-        * 
+        *
         * @return The complete URI
         */
        public String getURI() {