Skip to content

Commit 3fcb1ca

Browse files
authored
fixed missing import for GrantType
1 parent 7649336 commit 3fcb1ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/docusign/esign/client/auth/OAuthJerseyClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder;
1313
import org.apache.oltu.oauth2.common.exception.OAuthProblemException;
1414
import org.apache.oltu.oauth2.common.exception.OAuthSystemException;
15+
import org.apache.oltu.oauth2.common.message.types.GrantType;
1516
import com.sun.jersey.api.client.WebResource.Builder;
1617
import com.sun.jersey.api.client.Client;
1718
import com.sun.jersey.api.client.ClientResponse;

0 commit comments

Comments
 (0)