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

Diff of /classpath/javax/print/attribute/standard/MultipleDocumentHandling.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 66  public class MultipleDocumentHandling ex Line 66  public class MultipleDocumentHandling ex
66     *     *
67     * @return the class <code>MultipleDocumentHandling</code> itself     * @return the class <code>MultipleDocumentHandling</code> itself
68     */     */
69    public final Class getCategory()    public Class getCategory()
70    {    {
71      return MultipleDocumentHandling.class;      return MultipleDocumentHandling.class;
72    }    }
# Line 76  public class MultipleDocumentHandling ex Line 76  public class MultipleDocumentHandling ex
76     *     *
77     * @return the name     * @return the name
78     */     */
79    public final String getName()    public String getName()
80    {    {
81      return "multiple-document-handling";      return "multiple-document-handling";
82    }    }

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