Skip to content

Commit 660fd54

Browse files
PMD
1 parent e95aac7 commit 660fd54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datamodel/openapi/openapi-core-apache/src/main/java/com/sap/cloud/sdk/services/openapi/apache/apiclient

datamodel/openapi/openapi-core-apache/src/main/java/com/sap/cloud/sdk/services/openapi/apache/apiclient/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public <T> T invokeAPI(
586586
}
587587
}
588588

589-
private HttpEntity serializeGzip( Object body, ContentType contentType )
589+
private HttpEntity serializeGzip( final Object body, final ContentType contentType )
590590
{
591591
val outputStream = new ByteArrayOutputStream();
592592
try( val gzip = new GZIPOutputStream(outputStream) ) {

0 commit comments

Comments
 (0)