X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FConfigData.java;h=4eb7954beb7fb0ebe61067305ee756246e3b1c08;hp=5d0e87abf31e349c6d6513cd7ced87924bf4d2d7;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/ConfigData.java b/src/net/pterodactylus/fcp/ConfigData.java index 5d0e87a..4eb7954 100644 --- a/src/net/pterodactylus/fcp/ConfigData.java +++ b/src/net/pterodactylus/fcp/ConfigData.java @@ -20,7 +20,7 @@ package net.pterodactylus.fcp; /** * A “ConfigData” message contains various aspects of the node’s configuration. - * + * * @see GetConfig * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ @@ -28,7 +28,7 @@ public class ConfigData extends BaseMessage { /** * Creates a new “ConfigData” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -38,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 @@ -49,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 @@ -60,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 @@ -71,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 @@ -82,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 @@ -93,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 @@ -105,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 @@ -116,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