Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / ConfigData.java
index 990cbe6..4eb7954 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ConfigData.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ConfigData.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
@@ -21,16 +20,15 @@ package net.pterodactylus.fcp;
 
 /**
  * A “ConfigData” message contains various aspects of the node’s configuration.
- * 
+ *
  * @see GetConfig
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class ConfigData extends BaseMessage {
 
        /**
         * Creates a new “ConfigData” message that wraps the received message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -40,7 +38,7 @@ public class ConfigData extends BaseMessage {
 
        /**
         * Returns the current value of the given option.
-        * 
+        *
         * @param option
         *            The name of the option
         * @return The current value of the option
@@ -51,7 +49,7 @@ public class ConfigData extends BaseMessage {
 
        /**
         * Returns the short description of the given option.
-        * 
+        *
         * @param option
         *            The name of the option
         * @return The short description of the option
@@ -62,7 +60,7 @@ public class ConfigData extends BaseMessage {
 
        /**
         * Returns the long description of the given option.
-        * 
+        *
         * @param option
         *            The name of the option
         * @return The long description of the option
@@ -73,7 +71,7 @@ public class ConfigData extends BaseMessage {
 
        /**
         * Returns the data type of the given option.
-        * 
+        *
         * @param option
         *            The name of the option
         * @return The data type of the option
@@ -84,7 +82,7 @@ public class ConfigData extends BaseMessage {
 
        /**
         * Returns the default value of the given option.
-        * 
+        *
         * @param option
         *            The name of the option
         * @return The default value of the option
@@ -95,7 +93,7 @@ public class ConfigData extends BaseMessage {
 
        /**
         * Returns the sort order of the given option.
-        * 
+        *
         * @param option
         *            The name of the option
         * @return The sort order of the option, or <code>-1</code> if the sort
@@ -107,7 +105,7 @@ public class ConfigData extends BaseMessage {
 
        /**
         * Returns the expert flag of the given option.
-        * 
+        *
         * @param option
         *            The name of the option
         * @return The expert flag of the option
@@ -118,7 +116,7 @@ public class ConfigData extends BaseMessage {
 
        /**
         * Returns the force-write flag of the given option
-        * 
+        *
         * @param option
         *            The name of the option
         * @return The force-write flag of the given option