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
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user