8292682: Code change of JDK-8282730 not updated to reflect CSR update

Reviewed-by: xuelei, hchao
This commit is contained in:
Weijun Wang 2022-08-19 19:57:42 +00:00
parent 57aac2ab65
commit 74d3330e10

View File

@ -225,7 +225,7 @@ public interface LoginModule {
* @return {@code true} if this method succeeded, or {@code false}
* if this {@code LoginModule} should be ignored.
*
* @implSpec Implementations should check if a variable is {@code null}
* @implNote Implementations should check if a variable is {@code null}
* before removing it from the Principals or Credentials set
* of a {@code Subject}, otherwise a {@code NullPointerException}
* will be thrown as these sets {@linkplain Subject#Subject()