/[classpath]/classpath/java/util/TimeZone.java
ViewVC logotype

Diff of /classpath/java/util/TimeZone.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by jfrijters, Tue Sep 7 07:39:19 2004 UTC revision 1.27 by tromey, Sat Nov 6 23:24:36 2004 UTC
# Line 134  public abstract class TimeZone implement Line 134  public abstract class TimeZone implement
134    /* initialize this static field lazily to overhead if    /* initialize this static field lazily to overhead if
135     * it is not needed:     * it is not needed:
136     */     */
137    private static synchronized HashMap timezones()    // Package-private to avoid a trampoline.
138      static synchronized HashMap timezones()
139    {    {
140      if (timezones0 == null)      if (timezones0 == null)
141        {        {

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26