summaryrefslogtreecommitdiff
path: root/javax/lang/model/type/WildcardType.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/lang/model/type/WildcardType.java')
-rw-r--r--javax/lang/model/type/WildcardType.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/javax/lang/model/type/WildcardType.java b/javax/lang/model/type/WildcardType.java
index 20dfd827a..826881744 100644
--- a/javax/lang/model/type/WildcardType.java
+++ b/javax/lang/model/type/WildcardType.java
@@ -37,8 +37,6 @@ exception statement from your version. */
package javax.lang.model.type;
-import javax.lang.model.element.Element;
-
/**
* <p>Represents a wildcard type argument, which may take one
* of three forms:</p>