summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/print/attribute/PrintServiceAttribute.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/print/attribute/PrintServiceAttribute.java')
-rw-r--r--libjava/classpath/javax/print/attribute/PrintServiceAttribute.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/libjava/classpath/javax/print/attribute/PrintServiceAttribute.java b/libjava/classpath/javax/print/attribute/PrintServiceAttribute.java
index 213f43796bb..82d26922a40 100644
--- a/libjava/classpath/javax/print/attribute/PrintServiceAttribute.java
+++ b/libjava/classpath/javax/print/attribute/PrintServiceAttribute.java
@@ -1,4 +1,4 @@
-/* PrintServiceAttribute.java --
+/* PrintServiceAttribute.java --
Copyright (C) 2003, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -39,19 +39,19 @@ package javax.print.attribute;
/**
* Marker interface for all attribute classes describing parameters
- * or the status of a {@link javax.print.PrintService}.
+ * or the status of a {@link javax.print.PrintService}.
* <p>
- * Instances of implementing attribute classes may be collected in a
+ * Instances of implementing attribute classes may be collected in a
* {@link javax.print.attribute.PrintServiceAttributeSet}.
* </p><p>
* A print service uses attributes of this type to inform about the status
- * or the specific capabilities of itself.
+ * or the specific capabilities of itself.
* For example {@link javax.print.attribute.standard.PagesPerMinute} is used
- * to specify the average printable pages per minute of the print service.
+ * to specify the average printable pages per minute of the print service.
* </p>
- *
+ *
* @see javax.print.attribute.PrintServiceAttributeSet
- *
+ *
* @author Michael Koch (konqueror@gmx.de)
*/
public interface PrintServiceAttribute extends Attribute
OpenPOWER on IntegriCloud