From 19d7cabfe66678a1a6a099ba302aef7b2628b14b Mon Sep 17 00:00:00 2001
From: dchandler
Date: Tue, 24 Jun 2003 03:01:13 +0000
Subject: [PATCH] Forget the final=faster myth.
---
source/org/thdl/util/ThdlOptions.java | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
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: */