Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / libjava / classpath / javax / xml / stream / events / DTD.java
index b1a9069..f7c0795 100644 (file)
@@ -60,13 +60,13 @@ public interface DTD
   /**
    * Returns the notations declared in the DTD.
    */
-  @SuppressWarnings("unchecked")
+  @SuppressWarnings("rawtypes")
   List getNotations();
 
   /**
    * Returns the entities declared in the DTD.
    */
-  @SuppressWarnings("unchecked")
+  @SuppressWarnings("rawtypes")
   List getEntities();
 
 }