Skip to content

Commit

Permalink
8292682: Code change of JDK-8282730 not updated to reflect CSR update
Browse files Browse the repository at this point in the history
Backport-of: 74d3330e106f2f920bf264356e4f25f8f6c11580
  • Loading branch information
GoeLin committed Oct 18, 2022
1 parent f35b541 commit a2654de
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -225,7 +225,7 @@ void initialize(Subject subject, CallbackHandler callbackHandler,
* @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()
Expand Down

0 comments on commit a2654de

Please sign in to comment.