Skip to content

Commit f14e0ec

Browse files
Review comment addressed
1 parent a761c72 commit f14e0ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/com/siftscience/VerificationCheckRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import java.io.IOException;
1313

1414

15-
/*
15+
/**
1616
* The check call is used for verifying the OTP provided by the end user to Sift.
1717
* Check out https://sift.com/developers/docs/java/verification-api/check for more information on our request/response structure.
1818
*/

src/main/java/com/siftscience/VerificationResendRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import java.io.IOException;
1313

14-
/*
14+
/**
1515
* The resend call generates a new OTP and sends it to the original recipient with the same settings.
1616
* Check out https://sift.com/developers/docs/java/verification-api/resend for more information on our request/response structuree.
1717
* */

src/main/java/com/siftscience/VerificationSendRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import java.io.IOException;
1313

14-
/*
14+
/**
1515
*The send call triggers the generation of an OTP code that is stored by Sift
1616
* and email/sms the code to the user.
1717
* Check out https://sift.com/developers/docs/java/verification-api/send for more information on our request/response structure.

0 commit comments

Comments
 (0)