langtools/src/share/classes/javax/lang/model/util/TypeKindVisitor6.java
changeset 14258 8d2148961366
parent 10192 378321489bea
child 15386 92bc08d96f0c
--- a/langtools/src/share/classes/javax/lang/model/util/TypeKindVisitor6.java	Sat Oct 06 10:35:38 2012 +0100
+++ b/langtools/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