8334032: javax.print: Missing @since tag in new class OutputBin

Reviewed-by: prr
Backport-of: 0721dbe44234d0b3ec9733943230e83b2e479063
This commit is contained in:
Marc R. Hoffmann 2024-06-13 22:25:10 +00:00 committed by Chen Liang
parent a7964453cf
commit 10f71f7dd4

View File

@ -49,6 +49,8 @@ import sun.print.CustomOutputBin;
* IPP attribute name. The enumeration's integer value is the IPP enum value.
* The {@code toString()} method returns the IPP string representation of the
* attribute value.
*
* @since 23
*/
public sealed class OutputBin extends EnumSyntax implements PrintRequestAttribute, PrintJobAttribute permits CustomOutputBin {