diff --git a/source/org/thdl/util/ThdlOptions.java b/source/org/thdl/util/ThdlOptions.java index 212ea4e..7114389 100644 --- a/source/org/thdl/util/ThdlOptions.java +++ b/source/org/thdl/util/ThdlOptions.java @@ -59,12 +59,9 @@ import org.thdl.util.OperatingSystemUtils; * default, call it "EnableFeatureFoo". This makes the users' lives * easier.

* - *

ThdlOptions is a final class so that compilers can make this - * code run efficiently.

- * * @author David Chandler */ -public final class ThdlOptions { +public class ThdlOptions { /** * So that you're not tempted to instantiate this class, the * constructor is private: */