Author: toad
Date: 2008-08-21 16:46:54 +0000 (Thu, 21 Aug 2008)
New Revision: 22075
Modified:
trunk/freenet/src/freenet/config/NodeNeedRestartException.java
Log:
Fix documentation of NodeNeedRestartException
Modified: trunk/freenet/src/freenet/config/NodeNeedRestartException.java
===================================================================
--- trunk/freenet/src/freenet/config/NodeNeedRestartException.java
2008-08-21 15:18:18 UTC (rev 22074)
+++ trunk/freenet/src/freenet/config/NodeNeedRestartException.java
2008-08-21 16:46:54 UTC (rev 22075)
@@ -4,11 +4,9 @@
package freenet.config;
/**
- * Thrown when the node refuses to set a config variable to a particular
- * value because it is invalid. Just because this is not thrown does not
- * necessarily mean that there are no problems with the value defined,
- * it merely means that there are no immediately detectable problems with
- * it.
+ * Thrown when the node must be restarted for a config setting to be applied.
+ * The thrower must ensure that the value reaches the config file, even though
+ * it cannot be immediately used.
*/
public class NodeNeedRestartException extends ConfigException {