OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / javax / print / attribute / standard / PrinterIsAcceptingJobs.java
index 96dbc57..1c9c399 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.EnumSyntax;
 import javax.print.attribute.PrintServiceAttribute;
 
@@ -93,7 +94,7 @@ public final class PrinterIsAcceptingJobs extends EnumSyntax
    *
    * @return The class <code>PrinterIsAcceptingJobs</code> itself.
    */
-  public Class getCategory()
+  public Class< ? extends Attribute> getCategory()
   {
     return PrinterIsAcceptingJobs.class;
   }