From 0b849aed97a93d45af2039625a44db1a9f2b28ee Mon Sep 17 00:00:00 2001 From: dchandler Date: Sun, 29 Jun 2003 02:22:20 +0000 Subject: [PATCH] Fixed comments w.r.t. javadoc warnings. --- source/org/thdl/util/ThdlOptions.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/org/thdl/util/ThdlOptions.java b/source/org/thdl/util/ThdlOptions.java index edeb287..8dc4063 100644 --- a/source/org/thdl/util/ThdlOptions.java +++ b/source/org/thdl/util/ThdlOptions.java @@ -209,10 +209,12 @@ public class ThdlOptions { /** Call this when you're testing some code that uses the * preferences mechanism provided by this class, and you don't - * want to use options.txt etc. with that code. You'll be - * relying 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. */ + * want to use the system preferences or the user preferences + * with that code. (By "system or user preferences", think + * options.txt and my_thdl_preferences.txt.) You'll be relying + * 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() { userProperties = new Properties(); // empty isInitialized = true;