diff options
Diffstat (limited to 'libjava/classpath/javax/swing/text/MutableAttributeSet.java')
-rw-r--r-- | libjava/classpath/javax/swing/text/MutableAttributeSet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/javax/swing/text/MutableAttributeSet.java b/libjava/classpath/javax/swing/text/MutableAttributeSet.java index 3728b9ce126..5dd2406a3a9 100644 --- a/libjava/classpath/javax/swing/text/MutableAttributeSet.java +++ b/libjava/classpath/javax/swing/text/MutableAttributeSet.java @@ -90,7 +90,7 @@ public interface MutableAttributeSet extends AttributeSet * @throws NullPointerException if <code>names</code> is <code>null</code> * or contains any <code>null</code> values. */ - void removeAttributes(Enumeration names); + void removeAttributes(Enumeration<?> names); /** * Removes attributes from this set if they are found in the |