X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FBaseMessage.java;h=a5ea020b44f357b4d856d48315876202b17ef0c6;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=70b1e73c27bd4fa25101a8adf69e1d040958a955;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/BaseMessage.java b/src/net/pterodactylus/fcp/BaseMessage.java index 70b1e73..a5ea020 100644 --- a/src/net/pterodactylus/fcp/BaseMessage.java +++ b/src/net/pterodactylus/fcp/BaseMessage.java @@ -1,6 +1,5 @@ /* - * jSite2 - BaseMessage.java - - * Copyright © 2008 David Roden + * jFCPlib - BaseMessage.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 @@ -23,9 +22,8 @@ import java.util.Map; /** * A basic message abstraction that wraps a received FCP message. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class BaseMessage { @@ -34,7 +32,7 @@ public class BaseMessage { /** * Creates a new base message that wraps the given message. - * + * * @param receivedMessage * The FCP message that was received */ @@ -44,7 +42,7 @@ public class BaseMessage { /** * Returns the name of the message. - * + * * @return The name of the message */ public String getName() { @@ -53,7 +51,7 @@ public class BaseMessage { /** * Returns the content of the field. - * + * * @param field * The name of the field * @return The content of the field, or null if there is no @@ -65,7 +63,7 @@ public class BaseMessage { /** * Returns all fields from the received message. - * + * * @see FcpMessage#getFields() * @return All fields from the message */