Approved.

-phil.

On 1/10/2014 6:42 PM, Joe Darcy wrote:
Hello,

Please review the patch below to fix a missing @param tag for a type variable defined in javax.print.PrintService.

Thanks,

-Joe

diff -r 34b36f75d2d7 src/share/classes/javax/print/PrintService.java
--- a/src/share/classes/javax/print/PrintService.java Fri Jan 10 09:24:47 2014 -0800 +++ b/src/share/classes/javax/print/PrintService.java Fri Jan 10 18:40:49 2014 -0800
@@ -119,6 +119,7 @@
      * Gets the value of the single specified service attribute.
      * This may be useful to clients which only need the value of one
      * attribute and want to minimize overhead.
+     * @param <T> the type of the specified service attribute
      * @param category the category of a PrintServiceAttribute supported
      * by this service - may not be null.
      * @return the value of the supported attribute or null if the


Reply via email to