Skip to content

Commit 5304801

Browse files
author
Johannes Schneider
committed
Merge branch 'chore/use-service-identifiers' of https://github.com/SAP/cloud-sdk-java into chore/use-service-identifiers
2 parents 71b9707 + a3e34b2 commit 5304801

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cloudplatform/connectivity-oauth/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/BtpServicePropertySuppliers.java

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ class BtpServicePropertySuppliers
4343
static final OAuth2PropertySupplierResolver CONNECTIVITY =
4444
OAuth2PropertySupplierResolver.forServiceIdentifier(ServiceIdentifier.CONNECTIVITY, ConnectivityProxy::new);
4545

46-
/**
47-
* {@link ServiceIdentifier#IDENTITY_AUTHENTICATION} referenced indirectly for backwards compatibility.
48-
*/
4946
static final OAuth2PropertySupplierResolver IDENTITY_AUTHENTICATION =
5047
OAuth2PropertySupplierResolver
5148
.forServiceIdentifier(ServiceIdentifier.IDENTITY_AUTHENTICATION, IdentityAuthentication::new);

0 commit comments

Comments
 (0)