More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / PutSuccessful.java
index 7790cd8..cea36ee 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PutSuccessful.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PutSuccessful.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,15 +21,14 @@ package net.pterodactylus.fcp;
 /**
  * The “PutSuccessful” message informs a client about a successfully finished
  * {@link ClientPut} (or similar) request.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class PutSuccessful extends BaseMessage {
 
        /**
         * Creates a new “PutSuccessful” message that wraps the received message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -40,7 +38,7 @@ public class PutSuccessful extends BaseMessage {
 
        /**
         * Returns the identifier of the request.
-        * 
+        *
         * @return The identifier of the request
         */
        public String getIdentifier() {
@@ -49,7 +47,7 @@ public class PutSuccessful 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 +57,7 @@ public class PutSuccessful extends BaseMessage {
 
        /**
         * Returns the final URI of the {@link ClientPut} request.
-        * 
+        *
         * @return The final URI of the request
         */
        public String getURI() {
@@ -68,7 +66,7 @@ public class PutSuccessful extends BaseMessage {
 
        /**
         * Returns the time the insert started.
-        * 
+        *
         * @return The time the insert started (in milliseconds since Jan 1, 1970
         *         UTC), or <code>-1</code> if the time could not be parsed
         */
@@ -78,7 +76,7 @@ public class PutSuccessful extends BaseMessage {
 
        /**
         * Returns the time the insert completed.
-        * 
+        *
         * @return The time the insert completed (in milliseconds since Jan 1, 1970
         *         UTC), or <code>-1</code> if the time could not be parsed
         */