X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FGetConfig.java;h=11e4cc614fee2f1fdb62edb86ebad3a95bb20201;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=5870a12da94d9f45063f197031e443b02edfce4f;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/GetConfig.java b/src/net/pterodactylus/fcp/GetConfig.java index 5870a12..11e4cc6 100644 --- a/src/net/pterodactylus/fcp/GetConfig.java +++ b/src/net/pterodactylus/fcp/GetConfig.java @@ -21,7 +21,7 @@ package net.pterodactylus.fcp; /** * The “GetConfig” command tells the node to send its configuration to the * client. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class GetConfig extends FcpMessage { @@ -36,7 +36,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * current values. - * + * * @param withCurrent * true to include current values in the result, * false otherwise @@ -48,7 +48,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * short descriptions. - * + * * @param withShortDescription * true to include the short descriptions in the * result, false otherwise @@ -60,7 +60,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the long * descriptions. - * + * * @param withLongDescription * true to include the long descriptions in the * result, false otherwise @@ -72,7 +72,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the data * types. - * + * * @param withDataTypes * true to include the data types in the result, * false otherwise @@ -84,7 +84,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * defaults. - * + * * @param setWithDefaults * true to include the defaults in the result, * false otherwise @@ -96,7 +96,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the sort * order. - * + * * @param withSortOrder * true to include the sort order in the result, * false otherwise @@ -108,7 +108,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * expert flag. - * + * * @param withExpertFlag * true to include the expert flag in the result, * false otherwise @@ -120,7 +120,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * force-write flag. - * + * * @param withForceWriteFlag * true to include the force-write flag in the * result, false otherwise