summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/print/attribute/Attribute.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/print/attribute/Attribute.java')
-rw-r--r--libjava/classpath/javax/print/attribute/Attribute.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/libjava/classpath/javax/print/attribute/Attribute.java b/libjava/classpath/javax/print/attribute/Attribute.java
index 8b98377ba22..0fc7e4df6d5 100644
--- a/libjava/classpath/javax/print/attribute/Attribute.java
+++ b/libjava/classpath/javax/print/attribute/Attribute.java
@@ -1,4 +1,4 @@
-/* Attribute.java --
+/* Attribute.java --
Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -41,7 +41,7 @@ import java.io.Serializable;
/**
* Base interface of every printing attribute of the Java Print Service API.
- *
+ *
* @author Michael Koch (konqueror@gmx.de)
*/
public interface Attribute extends Serializable
@@ -49,17 +49,17 @@ public interface Attribute extends Serializable
/**
* Returns the category of the printing attribute which is the specific
* attribute class implementing this interface.
- *
+ *
* @return The concrete {@link Class} instance of the attribute class.
*/
Class< ? extends Attribute> getCategory ();
/**
* Returns the descriptive name of the attribute category.
- *
+ *
* Implementations of the <code>Attribute</code> interfaces providing equal
* category values have to return equal name values.
- *
+ *
* @return The name of the attribute category.
*/
String getName ();
OpenPOWER on IntegriCloud