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

Print this page

        

@@ -48,11 +48,10 @@
  * accessible for output by the PrintService, a PrintException will be thrown.
  * The PrintException may implement URIException to provide a more specific
  * cause.
  * <P>
  * <B>IPP Compatibility:</B> Destination is not an IPP attribute.
- * <P>
  *
  * @author  Phil Race.
  */
 public final class Destination extends URISyntax
         implements PrintJobAttribute, PrintRequestAttribute {