Skip to content

Commit 0936633

Browse files
committed
fix checkstyles issues
1 parent bf3c8bf commit 0936633

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/org.wso2.carbon.identity.oauth.endpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/oidcdiscovery/OIDCDiscoveryEndpoint.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.wso2.carbon.identity.discovery.OIDCProcessor;
2929
import org.wso2.carbon.identity.discovery.builders.OIDProviderResponseBuilder;
3030
import org.wso2.carbon.identity.oauth.common.OAuthConstants;
31-
import org.wso2.carbon.identity.oauth.endpoint.oidcdiscovery.impl.OIDProviderJSONResponseBuilder;
3231
import org.wso2.carbon.identity.oauth.endpoint.util.factory.OIDCProviderServiceFactory;
3332

3433
import javax.servlet.http.HttpServletRequest;

components/org.wso2.carbon.identity.oauth.endpoint/src/main/java/org/wso2/carbon/identity/oauth/endpoint/oidcdiscovery/OIDCDiscoveryServiceFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
package org.wso2.carbon.identity.oauth.endpoint.oidcdiscovery;
2020

21-
import org.wso2.carbon.context.PrivilegedCarbonContext;
2221
import org.wso2.carbon.identity.discovery.builders.OIDProviderResponseBuilder;
2322
import org.wso2.carbon.identity.oauth.endpoint.oidcdiscovery.impl.OIDProviderJSONResponseBuilder;
2423

0 commit comments

Comments
 (0)