parent
19d13edc7f
commit
7a84f92aee
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ public class AzureDevOpsOAuthAuthenticator extends OAuthAuthenticator {
|
|||
|
||||
@Override
|
||||
public User getUser(OAuthToken accessToken) {
|
||||
// should not be called
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue