/[classpath]/classpath/javax/print/attribute/standard/JobStateReasons.java
ViewVC logotype

Diff of /classpath/javax/print/attribute/standard/JobStateReasons.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.3 by tromey, Sun Nov 27 22:17:21 2005 UTC revision 1.2.2.4 by tromey, Fri Dec 9 23:50:39 2005 UTC
# Line 40  package javax.print.attribute.standard; Line 40  package javax.print.attribute.standard;
40    
41  import java.util.HashSet;  import java.util.HashSet;
42    
43    import javax.print.attribute.Attribute;
44  import javax.print.attribute.PrintJobAttribute;  import javax.print.attribute.PrintJobAttribute;
45    
46  /**  /**
# Line 55  public final class JobStateReasons exten Line 56  public final class JobStateReasons exten
56     *     *
57     * @return the class <code>ColorSupported</code> itself     * @return the class <code>ColorSupported</code> itself
58     */     */
59    public Class getCategory()    public Class< ? extends Attribute> getCategory()
60    {    {
61      return JobStateReasons.class;      return JobStateReasons.class;
62    }    }

Legend:
Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26