classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: remove import


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: remove import
Date: 08 Jan 2006 16:10:10 -0700

I'm checking this in.

This fixes an unused import that Eclipse pointed out.

Tom

2006-01-08  Tom Tromey  <address@hidden>

        * java/lang/InheritableThreadLocal.java: Organized imports.

Index: java/lang/InheritableThreadLocal.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/InheritableThreadLocal.java,v
retrieving revision 1.11
diff -u -r1.11 InheritableThreadLocal.java
--- java/lang/InheritableThreadLocal.java       6 Jan 2006 15:05:57 -0000       
1.11
+++ java/lang/InheritableThreadLocal.java       8 Jan 2006 23:16:45 -0000
@@ -38,8 +38,8 @@
 package java.lang;
 
 import gnu.java.util.WeakIdentityHashMap;
+
 import java.util.Iterator;
-import java.util.WeakHashMap;
 
 /**
  * A ThreadLocal whose value is inherited by child Threads. The value of the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]