Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 17a5f49

Browse files
Richard BlaylockMario
authored andcommitted
1211 Adjust for changed class name.
1 parent 31a70a6 commit 17a5f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/com/stormpath/sdk/oauth/Authenticators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private Authenticators() {
135135
* @since 1.3.1
136136
*/
137137
public static final OAuthStormpathFactorChallengeGrantRequestAuthenticatorFactory OAUTH_STORMPATH_FACTOR_CHALLENGE_GRANT_REQUEST_AUTHENTICATOR =
138-
(OAuthStormpathFactorChallengeGrantRequestAuthenticatorFactory) Classes.newInstance("com.stormpath.sdk.impl.oauth.DefaultOAuthStormpathFactorChallengeRequestAuthenticatorFactory");
138+
(OAuthStormpathFactorChallengeGrantRequestAuthenticatorFactory) Classes.newInstance("com.stormpath.sdk.impl.oauth.DefaultOAuthStormpathFactorChallengeGrantRequestAuthenticatorFactory");
139139

140140
}
141141

0 commit comments

Comments
 (0)