diff -r d4b3cb1ece84 -r c75be5bc5283 src/share/classes/javax/lang/model/util/TypeKindVisitor6.java --- a/src/share/classes/javax/lang/model/util/TypeKindVisitor6.java Sat Oct 06 10:35:38 2012 +0100 +++ b/src/share/classes/javax/lang/model/util/TypeKindVisitor6.java Tue Oct 09 19:10:00 2012 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 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 @@ -25,12 +25,10 @@ package javax.lang.model.util; - +import javax.annotation.processing.SupportedSourceVersion; +import javax.lang.model.SourceVersion; import javax.lang.model.type.*; -import javax.annotation.processing.SupportedSourceVersion; -import static javax.lang.model.element.ElementKind.*; import static javax.lang.model.SourceVersion.*; -import javax.lang.model.SourceVersion; /** * A visitor of types based on their {@linkplain TypeKind kind} with