X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FStartedCompression.java;h=a7c4fa2bfa963a14c3b1d7308c318e9e3de5d5e8;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=690f8154a0cbd11aa85f1e7b44429bf404a58433;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/StartedCompression.java b/src/net/pterodactylus/fcp/StartedCompression.java index 690f815..a7c4fa2 100644 --- a/src/net/pterodactylus/fcp/StartedCompression.java +++ b/src/net/pterodactylus/fcp/StartedCompression.java @@ -21,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 { @@ -29,7 +29,7 @@ public class StartedCompression extends BaseMessage { /** * Creates a new “StartedCompression” message that wraps the received * message. - * + * * @param receivedMessage * The received message */ @@ -39,7 +39,7 @@ public class StartedCompression extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -48,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 -1 if the * codec could not be parsed */