From 10f71f7dd464b67c2c06d6827a4ee07afbbf4084 Mon Sep 17 00:00:00 2001 From: "Marc R. Hoffmann" Date: Thu, 13 Jun 2024 22:25:10 +0000 Subject: [PATCH] 8334032: javax.print: Missing @since tag in new class OutputBin Reviewed-by: prr Backport-of: 0721dbe44234d0b3ec9733943230e83b2e479063 --- .../share/classes/javax/print/attribute/standard/OutputBin.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/java.desktop/share/classes/javax/print/attribute/standard/OutputBin.java b/src/java.desktop/share/classes/javax/print/attribute/standard/OutputBin.java index 3f817fe6c9b..af6113ad638 100644 --- a/src/java.desktop/share/classes/javax/print/attribute/standard/OutputBin.java +++ b/src/java.desktop/share/classes/javax/print/attribute/standard/OutputBin.java @@ -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 {