src/share/classes/javax/print/attribute/AttributeSet.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -67,21 +67,21 @@
  * <UL>
  * <LI>
  * A {@link DocAttributeSet DocAttributeSet}, containing {@link DocAttribute
  * DocAttribute}s, specifies the characteristics of an individual doc and the
  * print job settings to be applied to an individual doc.
- * <P>
+ *
  * <LI>
  * A {@link PrintRequestAttributeSet PrintRequestAttributeSet}, containing
  * {@link PrintRequestAttribute PrintRequestAttribute}s, specifies the
  * settings
  * to be applied to a whole print job and to all the docs in the print job.
- * <P>
+ *
  * <LI>
  * A {@link PrintJobAttributeSet PrintJobAttributeSet}, containing {@link
  * PrintJobAttribute PrintJobAttribute}s, reports the status of a print job.
- * <P>
+ *
  * <LI>
  * A {@link PrintServiceAttributeSet PrintServiceAttributeSet}, containing
  * {@link PrintServiceAttribute PrintServiceAttribute}s, reports the status of
  *  a Print Service instance.
  * </UL>

@@ -101,11 +101,10 @@
  * HashDocAttributeSet HashDocAttributeSet},
  * {@link HashPrintRequestAttributeSet
  * HashPrintRequestAttributeSet}, {@link HashPrintJobAttributeSet
  * HashPrintJobAttributeSet}, and {@link HashPrintServiceAttributeSet
  * HashPrintServiceAttributeSet}.
- * <P>
  *
  * @author  Alan Kaminsky
  */
 public interface AttributeSet {