jdk/src/share/classes/javax/print/attribute/standard/Finishings.java
changeset 22260 c9185e010e03
parent 20451 4cedf4e1560a
child 22584 eed64ee05369
--- a/jdk/src/share/classes/javax/print/attribute/standard/Finishings.java	Thu Dec 05 15:49:53 2013 -0500
+++ b/jdk/src/share/classes/javax/print/attribute/standard/Finishings.java	Fri Jan 10 09:24:47 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -178,21 +178,21 @@
  * <LI>
  * SINGLE_DOCUMENT -- All the input docs will be bound together as one output
  * document with the specified binding.
- * <P>
+ *
  * <LI>
  * SINGLE_DOCUMENT_NEW_SHEET -- All the input docs will be bound together as one
  * output document with the specified binding, and the first impression of each
  * input doc will always start on a new media sheet.
- * <P>
+ *
  * <LI>
  * SEPARATE_DOCUMENTS_UNCOLLATED_COPIES -- Each input doc will be bound
  * separately with the specified binding.
- * <P>
+ *
  * <LI>
  * SEPARATE_DOCUMENTS_COLLATED_COPIES -- Each input doc will be bound separately
  * with the specified binding.
  * </UL>
- * <P>
+ *
  * <LI>
  * If different docs have different bindings specified, then only two values of
  * {@link MultipleDocumentHandling MultipleDocumentHandling} make sense, and the
@@ -202,7 +202,7 @@
  * <LI>
  * SEPARATE_DOCUMENTS_UNCOLLATED_COPIES -- Each input doc will be bound
  * separately with its own specified binding.
- * <P>
+ *
  * <LI>
  * SEPARATE_DOCUMENTS_COLLATED_COPIES -- Each input doc will be bound separately
  * with its own specified binding.