JDK-8285683 : Missing @ since 11 in java.security.spec.MGF1ParameterSpec fields
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-04-26
  • Updated: 2022-04-26
Description
During review of JDK-8285400 for Java SE MR 3 [1], it was noticed that the two new constant fields MGF1ParameterSpec.SHA512_224 and MGF1ParameterSpec.SHA512_256 didn't have '@since 11' tag added as part of JDK-8146293.  This bug addresses this issue.

[1] https://jdk.java.net/java-se-ri/8-MR3

Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8411 Date: 2022-04-26 22:55:29 +0000
26-04-2022