Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/452/head
Anatolii Bazko 2023-02-22 12:38:20 +02:00
parent 19d13edc7f
commit 7a84f92aee
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -82,6 +82,7 @@ public class AzureDevOpsOAuthAuthenticator extends OAuthAuthenticator {
@Override
public User getUser(OAuthToken accessToken) {
// should not be called
throw new UnsupportedOperationException();
}