X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FConfigData.java;h=4eb7954beb7fb0ebe61067305ee756246e3b1c08;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=990cbe632d26056c75789be58292b9060cef019d;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ConfigData.java b/src/net/pterodactylus/fcp/ConfigData.java index 990cbe6..4eb7954 100644 --- a/src/net/pterodactylus/fcp/ConfigData.java +++ b/src/net/pterodactylus/fcp/ConfigData.java @@ -1,6 +1,5 @@ /* - * jSite2 - ConfigData.java - - * Copyright © 2008 David Roden + * jFCPlib - ConfigData.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 @@ -21,16 +20,15 @@ package net.pterodactylus.fcp; /** * A “ConfigData” message contains various aspects of the node’s configuration. - * + * * @see GetConfig * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class ConfigData extends BaseMessage { /** * Creates a new “ConfigData” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -40,7 +38,7 @@ public class ConfigData extends BaseMessage { /** * Returns the current value of the given option. - * + * * @param option * The name of the option * @return The current value of the option @@ -51,7 +49,7 @@ public class ConfigData extends BaseMessage { /** * Returns the short description of the given option. - * + * * @param option * The name of the option * @return The short description of the option @@ -62,7 +60,7 @@ public class ConfigData extends BaseMessage { /** * Returns the long description of the given option. - * + * * @param option * The name of the option * @return The long description of the option @@ -73,7 +71,7 @@ public class ConfigData extends BaseMessage { /** * Returns the data type of the given option. - * + * * @param option * The name of the option * @return The data type of the option @@ -84,7 +82,7 @@ public class ConfigData extends BaseMessage { /** * Returns the default value of the given option. - * + * * @param option * The name of the option * @return The default value of the option @@ -95,7 +93,7 @@ public class ConfigData extends BaseMessage { /** * Returns the sort order of the given option. - * + * * @param option * The name of the option * @return The sort order of the option, or -1 if the sort @@ -107,7 +105,7 @@ public class ConfigData extends BaseMessage { /** * Returns the expert flag of the given option. - * + * * @param option * The name of the option * @return The expert flag of the option @@ -118,7 +116,7 @@ public class ConfigData extends BaseMessage { /** * Returns the force-write flag of the given option - * + * * @param option * The name of the option * @return The force-write flag of the given option