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

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

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

revision 1.2 by mkoch, Tue Apr 27 07:12:30 2004 UTC revision 1.3 by mkoch, Wed Oct 20 12:04:02 2004 UTC
# Line 83  public final class NumberUp extends Inte Line 83  public final class NumberUp extends Inte
83     *     *
84     * @return the class <code>NumberUp</code> itself     * @return the class <code>NumberUp</code> itself
85     */     */
86    public final Class getCategory()    public Class getCategory()
87    {    {
88      return NumberUp.class;      return NumberUp.class;
89    }    }
# Line 93  public final class NumberUp extends Inte Line 93  public final class NumberUp extends Inte
93     *     *
94     * @return the string "number-up"     * @return the string "number-up"
95     */     */
96    public final String getName()    public String getName()
97    {    {
98      return "number-up";      return "number-up";
99    }    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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