Skip to content

Commit

Permalink
8332102: Add @since to package-info of jdk.security.jarsigner
Browse files Browse the repository at this point in the history
Reviewed-by: weijun
  • Loading branch information
nizarbenalla authored and wangweij committed May 13, 2024
1 parent abf54bb commit ff4bf1c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,5 +25,6 @@

/**
* This package defines APIs for signing jar files.
* @since 9
*/
package jdk.security.jarsigner;

1 comment on commit ff4bf1c

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.