X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FGetPluginInfo.java;h=8ad53922e94b31291f7b77ad7c52f640314c6e3b;hp=aaf970537534866e8f14fdd3f48ad1830e751225;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/GetPluginInfo.java b/src/net/pterodactylus/fcp/GetPluginInfo.java index aaf9705..8ad5392 100644 --- a/src/net/pterodactylus/fcp/GetPluginInfo.java +++ b/src/net/pterodactylus/fcp/GetPluginInfo.java @@ -21,14 +21,14 @@ package net.pterodactylus.fcp; /** * The “GetPluginInfo” message requests information about a plugin from the * node, which will response with a {@link PluginInfo} message. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class GetPluginInfo extends FcpMessage { /** * Creates a new “GetPluginInfo” message. - * + * * @param pluginName * The name of the plugin * @param identifier @@ -42,7 +42,7 @@ public class GetPluginInfo extends FcpMessage { /** * Sets whether detailed information about the plugin is wanted. - * + * * @param detailed * true to request detailed information about the * plugin, false otherwise