1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Remove duplicate words

Fixes gh-3826
This commit is contained in:
Johnny Lim
2016-04-19 13:21:20 +09:00
committed by Rob Winch
parent fb5776cb5c
commit 933a7e8363
12 changed files with 17 additions and 17 deletions
@@ -27,7 +27,7 @@ import javax.security.auth.callback.UnsupportedCallbackException;
* The JaasAuthenticationCallbackHandler is similar to the
* javax.security.auth.callback.CallbackHandler interface in that it defines a handle
* method. The JaasAuthenticationCallbackHandler is only asked to handle one Callback
* instance at at time rather than an array of all Callbacks, as the javax...
* instance at time rather than an array of all Callbacks, as the javax...
* CallbackHandler defines.
*
* <p>