Skip to content

Commit

Permalink
YOLO Add docs suppression annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Sep 18, 2023
1 parent 76b9dd8 commit 3913b1e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ open class BraintreeClient @VisibleForTesting internal constructor(
braintreeDeepLinkReturnUrlScheme = params.braintreeReturnUrlScheme
)

/**
* @suppress
*/
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
constructor(options: BraintreeOptions) : this(BraintreeClientParams(options))

Expand Down

0 comments on commit 3913b1e

Please sign in to comment.