Improve Spelling Mistake
This commit is contained in:
parent
8357137ee8
commit
66c7e45597
@ -57,7 +57,7 @@ public abstract class OTP {
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @return s the current pin, as calculated by the counter or the current time, unless it
|
* @return s the current pin, as calculated by the counter or the current time, unless it
|
||||||
* @throws an OTPException, which is either thrown, if you somehow create an OTP with an invalid key, despite the checks in the instaciate method, or if your platform does not support the hashing algorithm you selected
|
* @throws an OTPException, which is either thrown, if you somehow create an OTP with an invalid key, despite the checks in the instantiate method, or if your platform does not support the hashing algorithm you selected
|
||||||
*/
|
*/
|
||||||
public abstract String getPin() throws OTPException;
|
public abstract String getPin() throws OTPException;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user