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

Reviewed-by: prr
This commit is contained in:
Marc R. Hoffmann 2024-06-13 19:44:10 +00:00 committed by Phil Race
parent 6462b87336
commit 0721dbe442

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 {