Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / URIGenerated.java
index 663148f..4939570 100644 (file)
@@ -19,9 +19,9 @@
 package net.pterodactylus.fcp;
 
 /**
- * The “URIGenerated” message signals the client that an URI was generated for a
- * {@link ClientPut} (or {@link ClientPutDiskDir} or {@link ClientPutComplexDir}
- * ) request.
+ * The “URIGenerated” message signals the client that an URI was generated for
+ * a {@link ClientPut} (or {@link ClientPutDiskDir} or
+ * {@link ClientPutComplexDir} ) request.
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
@@ -57,8 +57,8 @@ public class URIGenerated extends BaseMessage implements Identifiable {
        }
 
        /**
-        * Returns whether the request that generated the URI is on the global queue
-        * or on the client-local queue.
+        * Returns whether the request that generated the URI is on the global
+        * queue or on the client-local queue.
         *
         * @return <code>true</code> if the request is on the global queue,
         *         <code>false</code> if it is on the client-local queue