Author: toad
Date: 2006-12-07 19:22:30 +0000 (Thu, 07 Dec 2006)
New Revision: 11282
Modified:
trunk/freenet/src/freenet/config/Option.java
Log:
Document method.
Modified: trunk/freenet/src/freenet/config/Option.java
===================================================================
--- trunk/freenet/src/freenet/config/Option.java 2006-12-07 15:46:42 UTC
(rev 11281)
+++ trunk/freenet/src/freenet/config/Option.java 2006-12-07 19:22:30 UTC
(rev 11282)
@@ -79,6 +79,6 @@
*/
public abstract boolean isDefault();
- /** Set to the default */
+ /** Set to the default. Don't use after completed initialization, as
this does not call the callback. FIXME fix this? */
public abstract void setDefault();
}