diff --git a/wsmaster/che-core-api-auth-azure-devops/pom.xml b/wsmaster/che-core-api-auth-azure-devops/pom.xml index aac71ddf9f..9a1c311a81 100644 --- a/wsmaster/che-core-api-auth-azure-devops/pom.xml +++ b/wsmaster/che-core-api-auth-azure-devops/pom.xml @@ -6,7 +6,7 @@ available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0/ - qSPDX-License-Identifier: EPL-2.0 + SPDX-License-Identifier: EPL-2.0 Contributors: Red Hat, Inc. - initial API and implementation diff --git a/wsmaster/che-core-api-auth-azure-devops/src/main/java/org/eclipse/che/security/oauth/AzureDevOpsOAuthAuthenticator.java b/wsmaster/che-core-api-auth-azure-devops/src/main/java/org/eclipse/che/security/oauth/AzureDevOpsOAuthAuthenticator.java index 8f443d4fbd..60a3793954 100644 --- a/wsmaster/che-core-api-auth-azure-devops/src/main/java/org/eclipse/che/security/oauth/AzureDevOpsOAuthAuthenticator.java +++ b/wsmaster/che-core-api-auth-azure-devops/src/main/java/org/eclipse/che/security/oauth/AzureDevOpsOAuthAuthenticator.java @@ -82,6 +82,7 @@ public class AzureDevOpsOAuthAuthenticator extends OAuthAuthenticator { @Override public User getUser(OAuthToken accessToken) { + // should not be called throw new UnsupportedOperationException(); }