X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FGetPluginInfo.java;h=8ad53922e94b31291f7b77ad7c52f640314c6e3b;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=7751268fc671435d189a11a79af12974c0ddb31a;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/GetPluginInfo.java b/src/net/pterodactylus/fcp/GetPluginInfo.java index 7751268..8ad5392 100644 --- a/src/net/pterodactylus/fcp/GetPluginInfo.java +++ b/src/net/pterodactylus/fcp/GetPluginInfo.java @@ -1,6 +1,5 @@ /* - * jSite2 - GetPluginInfo.java - - * Copyright © 2008 David Roden + * jFCPlib - GetPluginInfo.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 @@ -22,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 @@ -43,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