Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / libjava / classpath / javax / swing / tree / TreeNode.java
index b68b498..f146741 100644 (file)
@@ -107,7 +107,7 @@ public interface TreeNode
    *
    * @return An enumeration of the children of this node.
    */
-  @SuppressWarnings("unchecked") // Required for API compatibility
+  @SuppressWarnings("rawtypes") // Required for API compatibility
   Enumeration children();
 
 }