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

Diff of /classpath/javax/print/attribute/standard/JobPrioritySupported.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 84  public final class JobPrioritySupported Line 84  public final class JobPrioritySupported
84     *     *
85     * @return the class <code>JobPrioritySupported</code> itself     * @return the class <code>JobPrioritySupported</code> itself
86     */     */
87    public final Class getCategory()    public Class getCategory()
88    {    {
89      return JobPrioritySupported.class;      return JobPrioritySupported.class;
90    }    }
# Line 94  public final class JobPrioritySupported Line 94  public final class JobPrioritySupported
94     *     *
95     * @return the string "job-priority-supported"     * @return the string "job-priority-supported"
96     */     */
97    public final String getName()    public String getName()
98    {    {
99      return "job-priority-supported";      return "job-priority-supported";
100    }    }

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