# HG changeset patch # User Jaroslav Tulach # Date 1348893765 -7200 # Node ID 23ed786568644989e8ceabc8b5542b8fb6b93579 # Parent e7160b348c340afde6d8c0c6dde47ede74786582 Why is there an import of this kind? diff -r e7160b348c34 -r 23ed78656864 emul/src/main/java/java/lang/Comparable.java --- a/emul/src/main/java/java/lang/Comparable.java Sat Sep 29 06:41:48 2012 +0200 +++ b/emul/src/main/java/java/lang/Comparable.java Sat Sep 29 06:42:45 2012 +0200 @@ -24,7 +24,6 @@ */ package java.lang; -import java.util.*; /** * This interface imposes a total ordering on the objects of each class that