langtools/src/share/classes/javax/lang/model/element/AnnotationValue.java
changeset 14258 8d2148961366
parent 5520 86e4b9a9da40
--- a/langtools/src/share/classes/javax/lang/model/element/AnnotationValue.java	Sat Oct 06 10:35:38 2012 +0100
+++ b/langtools/src/share/classes/javax/lang/model/element/AnnotationValue.java	Tue Oct 09 19:10:00 2012 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2006, 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,10 +25,6 @@
 
 package javax.lang.model.element;
 
-
-import java.util.List;
-import javax.lang.model.type.*;
-
 /**
  * Represents a value of an annotation type element.
  * A value is of one of the following types: