Fixed comments w.r.t. javadoc warnings.

This commit is contained in:
dchandler 2003-06-29 02:22:20 +00:00
parent 4e279defb4
commit 0b849aed97

View file

@ -209,10 +209,12 @@ public class ThdlOptions {
/** Call this when you're testing some code that uses the /** Call this when you're testing some code that uses the
* preferences mechanism provided by this class, and you don't * preferences mechanism provided by this class, and you don't
* want to use options.txt etc. with that code. You'll be * want to use the system preferences or the user preferences
* relying on the defaults encoded in the calls to * with that code. (By "system or user preferences", think
* getBooleanOption etc. If you call this twice, it will wipe * options.txt and my_thdl_preferences.txt.) You'll be relying
* out preferences stored programmatically on each call. */ * on the defaults encoded in the calls to getBooleanOption etc.
* If you call this twice, it will wipe out preferences stored
* programmatically on each call. */
public static void forTestingOnlyInitializeWithoutDefaultOptionsFile() { public static void forTestingOnlyInitializeWithoutDefaultOptionsFile() {
userProperties = new Properties(); // empty userProperties = new Properties(); // empty
isInitialized = true; isInitialized = true;