Fixed Javadoc comment.
This commit is contained in:
parent
08e4e2fc57
commit
cfa4ba4fdb
1 changed files with 4 additions and 3 deletions
|
@ -27,8 +27,6 @@ import java.util.Properties;
|
||||||
import org.thdl.util.ThdlLazyException;
|
import org.thdl.util.ThdlLazyException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author David Chandler
|
|
||||||
*
|
|
||||||
* Provides a clean interface to the multi-tiered system of user
|
* Provides a clean interface to the multi-tiered system of user
|
||||||
* preferences (also known as options).
|
* preferences (also known as options).
|
||||||
*
|
*
|
||||||
|
@ -59,7 +57,10 @@ import org.thdl.util.ThdlLazyException;
|
||||||
* easier.</p>
|
* easier.</p>
|
||||||
*
|
*
|
||||||
* <p>ThdlOptions is a final class so that compilers can make this
|
* <p>ThdlOptions is a final class so that compilers can make this
|
||||||
* code run efficiently.</p> */
|
* code run efficiently.</p>
|
||||||
|
*
|
||||||
|
* @author David Chandler
|
||||||
|
*/
|
||||||
public final class ThdlOptions {
|
public final class ThdlOptions {
|
||||||
/**
|
/**
|
||||||
* So that you're not tempted to instantiate this class, the
|
* So that you're not tempted to instantiate this class, the
|
||||||
|
|
Loading…
Reference in a new issue