src/share/classes/javax/print/attribute/standard/Chromaticity.java

Print this page

        

@@ -1,8 +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

@@ -40,11 +39,11 @@
  * can be verified to support color printing.
  * <P>
  * The table below shows the effects of specifying a Chromaticity attribute of
  * {@link #MONOCHROME MONOCHROME} or {@link #COLOR COLOR}
  * for a monochrome or color document.
- * <P>
+ *
  * <TABLE BORDER=1 CELLPADDING=2 CELLSPACING=1 SUMMARY="Shows effects of specifying MONOCHROME or COLOR Chromaticity attributes">
  * <TR>
  * <TH>
  * Chromaticity<BR>Attribute
  * </TH>

@@ -77,13 +76,11 @@
  * Printed as is, in color
  * </TD>
  * </TR>
  * </TABLE>
  * <P>
- * <P>
  * <B>IPP Compatibility:</B> Chromaticity is not an IPP attribute at present.
- * <P>
  *
  * @author  Alan Kaminsky
  */
 public final class Chromaticity extends EnumSyntax
     implements DocAttribute, PrintRequestAttribute, PrintJobAttribute {