8332102: Add @since to package-info of jdk.security.jarsigner

Reviewed-by: weijun
This commit is contained in:
Nizar Benalla 2024-05-13 13:49:01 +00:00 committed by Weijun Wang
parent abf54bb1e6
commit ff4bf1cf9f

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2017, 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
@ -25,5 +25,6 @@
/** /**
* This package defines APIs for signing jar files. * This package defines APIs for signing jar files.
* @since 9
*/ */
package jdk.security.jarsigner; package jdk.security.jarsigner;