summaryrefslogtreecommitdiff
path: root/javax/print/attribute/standard/JobSheets.java
diff options
context:
space:
mode:
authorGuilhem Lavaux <guilhem@kaffe.org>2006-02-18 18:33:27 +0000
committerGuilhem Lavaux <guilhem@kaffe.org>2006-02-18 18:33:27 +0000
commitcc0db4315db5e0550da9a4a13f4b5e502e58a5c2 (patch)
tree25a49d0fc9588fae44f8e5edfc496f612a316931 /javax/print/attribute/standard/JobSheets.java
parent5093bf804963cd90f1c6c6053c0417f78b945ca6 (diff)
downloadclasspath-cc0db4315db5e0550da9a4a13f4b5e502e58a5c2.tar.gz
Merged with HEAD.
Diffstat (limited to 'javax/print/attribute/standard/JobSheets.java')
-rw-r--r--javax/print/attribute/standard/JobSheets.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/javax/print/attribute/standard/JobSheets.java b/javax/print/attribute/standard/JobSheets.java
index d61acfee9..f2cfacc9e 100644
--- a/javax/print/attribute/standard/JobSheets.java
+++ b/javax/print/attribute/standard/JobSheets.java
@@ -1,5 +1,5 @@
/* JobSheets.java --
- Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -88,7 +88,7 @@ public class JobSheets extends EnumSyntax
*
* @return The class <code>JobSheets</code> itself.
*/
- public Class getCategory()
+ public final Class getCategory()
{
return JobSheets.class;
}
@@ -98,7 +98,7 @@ public class JobSheets extends EnumSyntax
*
* @return The name "job-sheets".
*/
- public String getName()
+ public final String getName()
{
return "job-sheets";
}