diff -r d4b3cb1ece84 -r c75be5bc5283 src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java --- a/src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java Sat Oct 06 10:35:38 2012 +0100 +++ b/src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java Tue Oct 09 19:10:00 2012 -0700 @@ -25,10 +25,6 @@ package javax.lang.model.util; -import java.util.List; -import javax.lang.model.element.*; - -import javax.lang.model.type.TypeMirror; import static javax.lang.model.SourceVersion.*; import javax.lang.model.SourceVersion; import javax.annotation.processing.SupportedSourceVersion;