OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / javax / print / attribute / standard / JobPrioritySupported.java
index 0db7107..e7ebca2 100644 (file)
@@ -37,6 +37,7 @@ exception statement from your version. */
 
 package javax.print.attribute.standard;
 
+import javax.print.attribute.Attribute;
 import javax.print.attribute.IntegerSyntax;
 import javax.print.attribute.SupportedValuesAttribute;
 
@@ -99,7 +100,7 @@ public final class JobPrioritySupported extends IntegerSyntax
    *
    * @return The class <code>JobPrioritySupported</code> itself.
    */
-  public Class getCategory()
+  public Class< ? extends Attribute> getCategory()
   {
     return JobPrioritySupported.class;
   }