Skip to content

Commit f2d95fa

Browse files
authored
JavaDoc fix (auth0#413)
1 parent 45036b9 commit f2d95fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/main/java/com/auth0/jwt/interfaces/Verification.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ public interface Verification {
173173

174174
/**
175175
* Skip the Issued At ("iat") date verification. By default, the verification is performed.
176+
*
177+
* @return this same Verification instance.
176178
*/
177179
Verification ignoreIssuedAt();
178180

0 commit comments

Comments
 (0)