[OpenJDK 2D-Dev] JDK 9 RFR of a missing @param tag in javax.print.PrintService

Phil Race philip.race at oracle.com
Wed Jan 15 19:38:26 UTC 2014


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
>




More information about the 2d-dev mailing list