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

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

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

revision 1.2 by mkoch, Wed May 5 10:58:26 2004 UTC revision 1.3 by mkoch, Wed Oct 20 12:04:02 2004 UTC
# Line 62  public final class JobMediaSheetsSupport Line 62  public final class JobMediaSheetsSupport
62     *     *
63     * @return the class <code>JobMediaSheetsSupported</code> itself     * @return the class <code>JobMediaSheetsSupported</code> itself
64     */     */
65    public final Class getCategory()    public Class getCategory()
66    {    {
67      return JobMediaSheetsSupported.class;      return JobMediaSheetsSupported.class;
68    }    }
# Line 72  public final class JobMediaSheetsSupport Line 72  public final class JobMediaSheetsSupport
72     *     *
73     * @return the name     * @return the name
74     */     */
75    public final String getName()    public String getName()
76    {    {
77      return "job-media-sheets-supported";      return "job-media-sheets-supported";
78    }    }

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