Skip to content

Commit

Permalink
Fixed a typo in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Apr 1, 2018
1 parent ec22ae9 commit 6a57acc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ public TimeBasedOneTimePasswordGenerator(final long timeStep, final TimeUnit tim
* {@value com.eatthepath.otp.TimeBasedOneTimePasswordGenerator#TOTP_ALGORITHM_HMAC_SHA256}, and
* {@value com.eatthepath.otp.TimeBasedOneTimePasswordGenerator#TOTP_ALGORITHM_HMAC_SHA512}
*
* @throws NoSuchAlgorithmException if the underlying JRE doesn't support HMAC-SHA1, which should never happen
* except in cases of serious misconfiguration
* @throws NoSuchAlgorithmException if the underlying JRE doesn't support the given algorithm
*
* @see com.eatthepath.otp.TimeBasedOneTimePasswordGenerator#TOTP_ALGORITHM_HMAC_SHA1
* @see com.eatthepath.otp.TimeBasedOneTimePasswordGenerator#TOTP_ALGORITHM_HMAC_SHA256
Expand Down

0 comments on commit 6a57acc

Please sign in to comment.