mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8292682: Code change of JDK-8282730 not updated to reflect CSR update
Reviewed-by: xuelei, hchao
This commit is contained in:
parent
57aac2ab65
commit
74d3330e10
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ public interface LoginModule {
|
||||||
* @return {@code true} if this method succeeded, or {@code false}
|
* @return {@code true} if this method succeeded, or {@code false}
|
||||||
* if this {@code LoginModule} should be ignored.
|
* 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
|
* before removing it from the Principals or Credentials set
|
||||||
* of a {@code Subject}, otherwise a {@code NullPointerException}
|
* of a {@code Subject}, otherwise a {@code NullPointerException}
|
||||||
* will be thrown as these sets {@linkplain Subject#Subject()
|
* will be thrown as these sets {@linkplain Subject#Subject()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue