From 7a84f92aeea5cf5e261304cb67ca4bb3def25066 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Wed, 22 Feb 2023 12:38:20 +0200 Subject: [PATCH] fix typo Signed-off-by: Anatolii Bazko --- wsmaster/che-core-api-auth-azure-devops/pom.xml | 2 +- .../che/security/oauth/AzureDevOpsOAuthAuthenticator.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(); }