/[classpath]/classpath/java/lang/InheritableThreadLocal.java
ViewVC logotype

Diff of /classpath/java/lang/InheritableThreadLocal.java

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

revision 1.7.2.1 by tromey, Sat Aug 7 00:27:06 2004 UTC revision 1.7.2.2 by tromey, Sun Aug 8 06:38:26 2004 UTC
# Line 69  public class InheritableThreadLocal<T> e Line 69  public class InheritableThreadLocal<T> e
69     * List can be collected, too. Maps to a list in case the user overrides     * List can be collected, too. Maps to a list in case the user overrides
70     * equals.     * equals.
71     */     */
72    private static final Map threadMap<Thread, ArrayList<InheritableThreadLocals<T>>>    private static final
73      Map<Thread, ArrayList<InheritableThreadLocals<T>>> threadMap
74      = Collections.synchronizedMap(new WeakHashMap<Thread, ArrayList<InheritableThreadLocals<T>>>());      = Collections.synchronizedMap(new WeakHashMap<Thread, ArrayList<InheritableThreadLocals<T>>>());
75    
76    /**    /**

Legend:
Removed from v.1.7.2.1  
changed lines
  Added in v.1.7.2.2

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