From 1e6a7ced2ac396d39f2cc6e783c824158316a1f3 Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Tue, 14 Jan 2014 13:52:23 -0800 Subject: [PATCH] 8031736: Fix doclint issue in javax.print Reviewed-by: alanb --- jdk/src/share/classes/javax/print/PrintService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jdk/src/share/classes/javax/print/PrintService.java b/jdk/src/share/classes/javax/print/PrintService.java index f70d19d6c6d..0b53a13d9d7 100644 --- a/jdk/src/share/classes/javax/print/PrintService.java +++ b/jdk/src/share/classes/javax/print/PrintService.java @@ -119,6 +119,7 @@ public interface PrintService { * 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 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