Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / GetPluginInfo.java
index 7751268..8ad5392 100644 (file)
@@ -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
         *            <code>true</code> to request detailed information about the
         *            plugin, <code>false</code> otherwise