Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / PersistentRequestModified.java
index ac1e4b3..ea8d1ac 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PersistentRequestModified.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PersistentRequestModified.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,7 +21,7 @@ package net.pterodactylus.fcp;
 /**
  * The “PersistentRequestModified” message is a reply to
  * {@link ModifyPersistentRequest}.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class PersistentRequestModified extends BaseMessage {
@@ -30,7 +29,7 @@ public class PersistentRequestModified extends BaseMessage {
        /**
         * Creates a new “PersistentRequestModified” message that wraps the received
         * message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -40,7 +39,7 @@ public class PersistentRequestModified extends BaseMessage {
 
        /**
         * Returns the identifier of the changed request.
-        * 
+        *
         * @return The identifier of the request
         */
        public String getIdentifier() {
@@ -49,7 +48,7 @@ public class PersistentRequestModified extends BaseMessage {
 
        /**
         * Returns whether the request is on the global queue.
-        * 
+        *
         * @return <code>true</code> if the request is on the global queue,
         *         <code>false</code> if it is on a client-local queue
         */
@@ -59,7 +58,7 @@ public class PersistentRequestModified extends BaseMessage {
 
        /**
         * Returns the client token, if it was changed.
-        * 
+        *
         * @return The new client token, or <code>null</code> if the client token
         *         was not changed
         */
@@ -69,7 +68,7 @@ public class PersistentRequestModified extends BaseMessage {
 
        /**
         * Returns the priority of the request, if it was changed.
-        * 
+        *
         * @return The new priority of the request, or {@link Priority#unknown} if
         *         the priority was not changed
         */