diff --git a/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/MultipleDocumentHandling.java b/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/MultipleDocumentHandling.java index c7f5f5e7664..f3e02845159 100644 --- a/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/MultipleDocumentHandling.java +++ b/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/MultipleDocumentHandling.java @@ -70,8 +70,8 @@ import javax.print.attribute.PrintJobAttribute; * The standard MultipleDocumentHandling values are: *
a
and
* b
-- then the result of processing all the document data
* (a
and then b
) must be treated as a single sequence
@@ -85,8 +85,8 @@ import javax.print.attribute.PrintJobAttribute;
* each copy (a(*),b(*)
) to start on a new media sheet.
*
* a
and
* b
-- then the result of processing the data in each document
* instance must be treated as a single sequence of media sheets for finishing
@@ -98,8 +98,8 @@ import javax.print.attribute.PrintJobAttribute;
* a(*),a(*),...,b(*),b(*)...
.
*
* a
and
* b
-- then the result of processing the data in each document
* instance must be treated as a single sequence of media sheets for finishing
@@ -111,8 +111,8 @@ import javax.print.attribute.PrintJobAttribute;
* a(*),b(*),a(*),b(*),...
.
*
* getName()
is the IPP attribute name. The enumeration's
* integer value is the IPP enum value. The toString()
method
* returns the IPP string representation of the attribute value.
- * * * @see Copies * @see Finishings