Skip to content

Commit fb110c6

Browse files
committed
code format
1 parent 0703644 commit fb110c6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ class HttpClient5OAuth2TokenService extends AbstractOAuth2TokenService
9292

9393
@Override
9494
protected
95-
OAuth2TokenResponse
96-
requestAccessToken( final URI tokenUri, final HttpHeaders headers, final Map<String, String> parameters )
97-
throws OAuth2ServiceException
95+
OAuth2TokenResponse
96+
requestAccessToken( final URI tokenUri, final HttpHeaders headers, final Map<String, String> parameters )
97+
throws OAuth2ServiceException
9898
{
9999
Assertions.assertNotNull(tokenUri, "Token endpoint URI must not be null!");
100100
return convertToOAuth2TokenResponse(
@@ -279,9 +279,9 @@ static CloseableHttpClient createHttpClient( @Nullable final ClientIdentity clie
279279
*/
280280
@Nonnull
281281
static
282-
CloseableHttpClient
283-
createHttpClient( @Nullable final ClientIdentity clientIdentity, @Nullable final KeyStore keyStore )
284-
throws HttpClientException
282+
CloseableHttpClient
283+
createHttpClient( @Nullable final ClientIdentity clientIdentity, @Nullable final KeyStore keyStore )
284+
throws HttpClientException
285285
{
286286
// If a KeyStore is provided directly (e.g., for ZTIS), use it
287287
if( keyStore != null ) {

0 commit comments

Comments
 (0)