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

Print this page

        

@@ -129,12 +129,11 @@
      *    if (service != null) {
      *     ... print ...
      *    }
      * }
      * }</pre>
-     * <p>
-
+     *
      * @param gc used to select screen. null means primary or default screen.
      * @param x location of dialog including border in screen coordinates
      * @param y location of dialog including border in screen coordinates
      * @param services to be browsable, must be non-null.
      * @param defaultService - initial PrintService to display.