mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8328501: Incorrect @since
tags for java security interfaces
Reviewed-by: mullan
This commit is contained in:
parent
7a35f922f0
commit
ae60d84500
12 changed files with 14 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 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
|
||||
|
@ -65,7 +65,6 @@ public interface DHPrivateKey extends DHKey, java.security.PrivateKey {
|
|||
* The default implementation returns {@code null}.
|
||||
*
|
||||
* @return {@inheritDoc java.security.AsymmetricKey}
|
||||
* @since 22
|
||||
*/
|
||||
@Override
|
||||
default DHParameterSpec getParams() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 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
|
||||
|
@ -65,7 +65,6 @@ public interface DHPublicKey extends DHKey, java.security.PublicKey {
|
|||
* The default implementation returns {@code null}.
|
||||
*
|
||||
* @return {@inheritDoc java.security.AsymmetricKey}
|
||||
* @since 22
|
||||
*/
|
||||
@Override
|
||||
default DHParameterSpec getParams() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue