From cfa4ba4fdb2f69c107e20d80393b21fcf1f42394 Mon Sep 17 00:00:00 2001
From: dchandler
Date: Mon, 14 Oct 2002 05:23:58 +0000
Subject: [PATCH] Fixed Javadoc comment.
---
source/org/thdl/util/ThdlOptions.java | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/source/org/thdl/util/ThdlOptions.java b/source/org/thdl/util/ThdlOptions.java
index cf961a5..c8e4fcf 100644
--- a/source/org/thdl/util/ThdlOptions.java
+++ b/source/org/thdl/util/ThdlOptions.java
@@ -27,8 +27,6 @@ import java.util.Properties;
import org.thdl.util.ThdlLazyException;
/**
- * @author David Chandler
- *
* Provides a clean interface to the multi-tiered system of user
* preferences (also known as options).
*
@@ -59,7 +57,10 @@ import org.thdl.util.ThdlLazyException;
* easier.
*
* ThdlOptions is a final class so that compilers can make this
- * code run efficiently.
*/
+ * code run efficiently.
+ *
+ * @author David Chandler
+ */
public final class ThdlOptions {
/**
* So that you're not tempted to instantiate this class, the