OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / javax / print / attribute / standard / Severity.java
index 5569816..019c8c6 100644 (file)
@@ -97,7 +97,7 @@ public final class Severity extends EnumSyntax
    *
    * @return The class <code>Severity</code> itself.
    */
-  public Class getCategory()
+  public Class< ? extends Attribute> getCategory()
   {
     return Severity.class;
   }