summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/xml/stream/events
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/xml/stream/events')
-rw-r--r--libjava/classpath/javax/xml/stream/events/Attribute.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/javax/xml/stream/events/Attribute.java b/libjava/classpath/javax/xml/stream/events/Attribute.java
index cf471137484..6e6d0274c4a 100644
--- a/libjava/classpath/javax/xml/stream/events/Attribute.java
+++ b/libjava/classpath/javax/xml/stream/events/Attribute.java
@@ -59,7 +59,7 @@ public interface Attribute
/**
* Returns the type of this attribute.
*/
- QName getDTDType();
+ String getDTDType();
/**
* Indicates whether this attribute was specified in the input source, or
OpenPOWER on IntegriCloud