More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / StartedCompression.java
index fd450f7..a7c4fa2 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - StartedCompression.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - StartedCompression.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 “StartedCompression” message signals the client the compressing for a
  * request has started.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class StartedCompression extends BaseMessage {
@@ -30,7 +29,7 @@ public class StartedCompression extends BaseMessage {
        /**
         * Creates a new “StartedCompression” message that wraps the received
         * message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -40,7 +39,7 @@ public class StartedCompression extends BaseMessage {
 
        /**
         * Returns the identifier of the request.
-        * 
+        *
         * @return The identifier of the request
         */
        public String getIdentifier() {
@@ -49,7 +48,7 @@ public class StartedCompression extends BaseMessage {
 
        /**
         * Returns the number of the codec that is used for compression.
-        * 
+        *
         * @return The codec used for the compression, or <code>-1</code> if the
         *         codec could not be parsed
         */