Skip to content

Commit

Permalink
docs: Fix javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Dec 4, 2023
1 parent 781d129 commit 62920ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
* Determines whether the verification can be executed.
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&path=0/action&t=response">action type response documentation</a>
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&amp;path=0/action&amp;t=response">action type response documentation</a>
* @since 1.0
*/
public class VerificationResponseActionType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String toString() {

/**
* Call out related information for call out verification callback
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&path=2/callout&t=response">callout response documentation</a>
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&amp;path=2/callout&amp;t=response">callout response documentation</a>
* @since 1.0
*/
public static class CalloutResponse {
Expand Down Expand Up @@ -68,7 +68,7 @@ public String toString() {

/**
* Speech related information for SMS verification callback
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&path=2/callout&t=response">speech response documentation</a>
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&amp;path=2/callout&amp;t=response">speech response documentation</a>
* @since 1.0
*/
public static class SpeechResponse {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public String toString() {

/**
* Flash call related information for flach call verification callback
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&path=1/flashCall&t=response">callout response documentation</a>
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&amp;path=1/flashCall&amp;t=response">callout response documentation</a>
* @since 1.0
*/
public static class FlashCallResponse {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public String toString() {

/**
* SMS related information for SMS verification callback
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&path=0/action&t=response">sms response documentation</a>
* See <a href="https://developers.sinch.com/docs/verification/api-reference/verification/tag/Verification-callbacks/#tag/Verification-callbacks/paths/VerificationRequestEvent/post!c=200&amp;path=0/action&amp;t=response">sms response documentation</a>
* @since 1.0
*/
public static class SMSResponse {
Expand Down

0 comments on commit 62920ed

Please sign in to comment.