8332099: since-checker - Add @ since to package-info in jdk.jsobject

Reviewed-by: prr
This commit is contained in:
Nizar Benalla 2024-06-21 20:13:26 +00:00 committed by Phil Race
parent 689cee3d09
commit 1ff5acdaff

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2008, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,6 +33,8 @@
* The classes in this package were initially specified by Netscape, and are the * The classes in this package were initially specified by Netscape, and are the
* de facto standard mechanism for calling JavaScript from the Java runtime. * de facto standard mechanism for calling JavaScript from the Java runtime.
* </p> * </p>
*
* @since 1.5
*/ */
package netscape.javascript; package netscape.javascript;