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

Diff of /classpath/javax/print/attribute/standard/PrinterStateReasons.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:37 2005 UTC
# Line 40  package javax.print.attribute.standard; Line 40  package javax.print.attribute.standard;
40    
41  import java.util.HashMap;  import java.util.HashMap;
42    
43    import javax.print.attribute.Attribute;
44  import javax.print.attribute.PrintServiceAttribute;  import javax.print.attribute.PrintServiceAttribute;
45    
46  /**  /**
# Line 56  public final class PrinterStateReasons Line 57  public final class PrinterStateReasons
57     *     *
58     * @return the class <code>PrintStateReasons</code> itself     * @return the class <code>PrintStateReasons</code> itself
59     */     */
60    public Class getCategory()    public Class< ? extends Attribute> getCategory()
61    {    {
62      return PrinterStateReasons.class;      return PrinterStateReasons.class;
63    }    }

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