Why is there an import of this kind? emul
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 29 Sep 2012 06:42:45 +0200
branchemul
changeset 5523ed78656864
parent 54 e7160b348c34
child 57 f38a4a9f67c3
Why is there an import of this kind?
emul/src/main/java/java/lang/Comparable.java
     1.1 --- a/emul/src/main/java/java/lang/Comparable.java	Sat Sep 29 06:41:48 2012 +0200
     1.2 +++ b/emul/src/main/java/java/lang/Comparable.java	Sat Sep 29 06:42:45 2012 +0200
     1.3 @@ -24,7 +24,6 @@
     1.4   */
     1.5  
     1.6  package java.lang;
     1.7 -import java.util.*;
     1.8  
     1.9  /**
    1.10   * This interface imposes a total ordering on the objects of each class that