src/share/classes/javax/print/StreamPrintServiceFactory.java

Print this page

        

@@ -93,11 +93,11 @@
      * to the {@code StreamPrintService}.
      * <p>
      * Although null is an acceptable value to use in the lookup of stream
      * printing services, it's typical to search for a particular
      * desired format, such as Postscript(TM).
-     * <p>
+     *
      * @param flavor of the input document type - null means match all
      * types.
      * @param outputMimeType representing the required output format, used to
      * identify suitable stream printer factories. A value of null means
      * match all formats.

@@ -152,11 +152,11 @@
      * Applications may supply a null print stream to create a queryable
      * service. It is not valid to create a PrintJob for such a stream.
      * Implementations which allocate resources on construction should examine
      * the stream and may wish to only allocate resources if the stream is
      * non-null.
-     * <p>
+     *
      * @param out destination stream for generated output.
      * @return a PrintService which will generate the format specified by the
      * DocFlavor supported by this Factory.
      */
     public abstract StreamPrintService getPrintService(OutputStream out);