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

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

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

revision 1.2.2.2 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.2.2.3 by tromey, Fri Dec 9 23:50:39 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package javax.print.attribute.standard;  package javax.print.attribute.standard;
40    
41    import javax.print.attribute.Attribute;
42  import javax.print.attribute.IntegerSyntax;  import javax.print.attribute.IntegerSyntax;
43  import javax.print.attribute.PrintServiceAttribute;  import javax.print.attribute.PrintServiceAttribute;
44    
# Line 84  public final class PagesPerMinute extend Line 85  public final class PagesPerMinute extend
85     *     *
86     * @return the class <code>PagesPerMinute</code> itself     * @return the class <code>PagesPerMinute</code> itself
87     */     */
88    public Class getCategory()    public Class< ? extends Attribute> getCategory()
89    {    {
90      return PagesPerMinute.class;      return PagesPerMinute.class;
91    }    }

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

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