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

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

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

revision 1.3 by mkoch, Wed May 5 11:05:12 2004 UTC revision 1.4 by mkoch, Wed Oct 20 12:04:02 2004 UTC
# Line 85  public final class JobPriority extends I Line 85  public final class JobPriority extends I
85     *     *
86     * @return the class <code>JobPriority</code> itself     * @return the class <code>JobPriority</code> itself
87     */     */
88    public final Class getCategory()    public Class getCategory()
89    {    {
90      return JobPriority.class;      return JobPriority.class;
91    }    }
# Line 95  public final class JobPriority extends I Line 95  public final class JobPriority extends I
95     *     *
96     * @return the string "job-priority"     * @return the string "job-priority"
97     */     */
98    public final String getName()    public String getName()
99    {    {
100      return "job-priority";      return "job-priority";
101    }    }

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

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