Skip to content

Commit 4b3e9b0

Browse files
committed
Fix checkstyle error
1 parent a49b3a0 commit 4b3e9b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

duo-universal-sdk/src/main/java/com/duosecurity/service/DuoConnector.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public HealthCheckResponse duoHealthcheck(String clientId, String clientAssertio
7777
*
7878
* @return TokenResponse Returns resulting response containing the JWT
7979
*
80-
* @throws DuoException For issues sending or receiving the request, or failing to exchange a token
80+
* @throws DuoException For issues sending or receiving the request,
81+
or failing to exchange a token
8182
*/
8283
public TokenResponse exchangeAuthorizationCodeFor2FAResult(String userAgent, String grantType,
8384
String duoCode, String redirectUri,

0 commit comments

Comments
 (0)