X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPluginInfo.java;h=84ddaeaf3638071d313ddddb5cd56f8f69271514;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=28ac341e50d3b1069d88ede5c65e9c9417e48e7a;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/PluginInfo.java b/src/net/pterodactylus/fcp/PluginInfo.java index 28ac341..84ddaea 100644 --- a/src/net/pterodactylus/fcp/PluginInfo.java +++ b/src/net/pterodactylus/fcp/PluginInfo.java @@ -20,14 +20,14 @@ package net.pterodactylus.fcp; /** * The “PluginInfo” message is a reply to the {@link GetPluginInfo} request. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class PluginInfo extends BaseMessage { /** * Creates a new “PluginInfo” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -37,7 +37,7 @@ public class PluginInfo extends BaseMessage { /** * Returns the name of the plugin. - * + * * @return The name of the plugin */ public String getPluginName() { @@ -46,7 +46,7 @@ public class PluginInfo extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -55,7 +55,7 @@ public class PluginInfo extends BaseMessage { /** * Returns the original URI of the plugin. - * + * * @return The original URI of the plugin */ public String getOriginalURI() { @@ -64,7 +64,7 @@ public class PluginInfo extends BaseMessage { /** * Returns whether the plugin is started. - * + * * @return true if the plugin is started, false * otherwise */