diff --git a/projects/Time/11/org/joda/time/tz/ZoneInfoCompiler.java b/projects/Time/11/org/joda/time/tz/ZoneInfoCompiler.java index 6efe071..64da5ea 100644 --- a/projects/Time/11/org/joda/time/tz/ZoneInfoCompiler.java +++ b/projects/Time/11/org/joda/time/tz/ZoneInfoCompiler.java @@ -65,10 +65,11 @@ public class ZoneInfoCompiler { static Chronology cLenientISO; - static ThreadLocal cVerbose = new ThreadLocal(); - static { - cVerbose.set(Boolean.FALSE); - } + static ThreadLocal cVerbose = new ThreadLocal() { + protected Boolean initialValue() { + return Boolean.FALSE; + } + }; /** * Gets a flag indicating that verbose logging is required.