[OpenJDK 2D-Dev] JDK 9 RFR of a missing @param tag in javax.print.PrintService
Joe Darcy
joe.darcy at oracle.com
Sat Jan 11 02:42:48 UTC 2014
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