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

Print this page

        

@@ -109,11 +109,11 @@
      */
     public static final int RESERVED_UIROLE = 99;
     /**
      * Get a UI object which may be cast to the requested UI type
      * by the application and used in its user interface.
-     * <P>
+     *
      * @param role requested. Must be one of the standard roles or
      * a private role supported by this factory.
      * @param ui type in which the role is requested.
      * @return the UI role or null if the requested UI role is not available
      * from this factory