diff -r b7439971a094 -r 8d2148961366 langtools/src/share/classes/javax/lang/model/util/ElementScanner8.java --- a/langtools/src/share/classes/javax/lang/model/util/ElementScanner8.java Sat Oct 06 10:35:38 2012 +0100 +++ b/langtools/src/share/classes/javax/lang/model/util/ElementScanner8.java Tue Oct 09 19:10:00 2012 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -27,7 +27,6 @@ import javax.lang.model.element.*; import javax.annotation.processing.SupportedSourceVersion; -import static javax.lang.model.element.ElementKind.*; import javax.lang.model.SourceVersion; import static javax.lang.model.SourceVersion.*;