Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / PutFetchable.java
index 1b49670..0c4e941 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PutFetchable.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PutFetchable.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
@@ -23,14 +22,14 @@ package net.pterodactylus.fcp;
  * The “PutFetchable” message informs a client that a {@link ClientPut} request
  * has progressed far enough that the resulting final URI might already be
  * fetchable.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class PutFetchable extends BaseMessage {
 
        /**
         * Creates a new “PutFetchable” message that wraps the received message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -40,7 +39,7 @@ public class PutFetchable extends BaseMessage {
 
        /**
         * Returns the identifier of the request.
-        * 
+        *
         * @return The identifier of the request
         */
        public String getIdentifier() {
@@ -49,7 +48,7 @@ public class PutFetchable 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 the client-local queue
         */
@@ -59,7 +58,7 @@ public class PutFetchable extends BaseMessage {
 
        /**
         * Returns the URI of the request.
-        * 
+        *
         * @return The URI of the request
         */
        public String getURI() {