Add docs to the getPin Method
This commit is contained in:
parent
7fb6795d8c
commit
b5fa9e5f58
@ -54,6 +54,11 @@ public abstract class OTP {
|
||||
|
||||
public abstract long getNextDueTime();
|
||||
|
||||
/**
|
||||
*
|
||||
* @return s the current ping, as calculated by the counter or the current time, unless it
|
||||
* @throws an OTPException
|
||||
*/
|
||||
public abstract String getPin() throws OTPException;
|
||||
|
||||
public abstract void incrementCounter();
|
||||
|
Loading…
Reference in New Issue
Block a user