X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FStartedCompression.java;h=a7c4fa2bfa963a14c3b1d7308c318e9e3de5d5e8;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=f67f738710c0e1381dbb039b7c1d1b45b9e32843;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/StartedCompression.java b/src/net/pterodactylus/fcp/StartedCompression.java index f67f738..a7c4fa2 100644 --- a/src/net/pterodactylus/fcp/StartedCompression.java +++ b/src/net/pterodactylus/fcp/StartedCompression.java @@ -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,16 +21,15 @@ package net.pterodactylus.fcp; /** * The “StartedCompression” message signals the client the compressing for a * request has started. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class StartedCompression extends BaseMessage { /** * Creates a new “StartedCompression” message that wraps the received * message. - * + * * @param receivedMessage * The received message */ @@ -41,7 +39,7 @@ public class StartedCompression extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -50,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 */