Skip to content

Commit 74d3330

Browse files
committedAug 19, 2022
8292682: Code change of JDK-8282730 not updated to reflect CSR update
Reviewed-by: xuelei, hchao
1 parent 57aac2a commit 74d3330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/share/classes/javax/security/auth/spi/LoginModule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void initialize(Subject subject, CallbackHandler callbackHandler,
225225
* @return {@code true} if this method succeeded, or {@code false}
226226
* if this {@code LoginModule} should be ignored.
227227
*
228-
* @implSpec Implementations should check if a variable is {@code null}
228+
* @implNote Implementations should check if a variable is {@code null}
229229
* before removing it from the Principals or Credentials set
230230
* of a {@code Subject}, otherwise a {@code NullPointerException}
231231
* will be thrown as these sets {@linkplain Subject#Subject()

0 commit comments

Comments
 (0)
Please sign in to comment.