Skip to content

Commit 166d891

Browse files
Add final
1 parent 1a2e0fe commit 166d891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3-sdk/src/main/java/com/spectralogic/ds3client/networking/NetworkClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public RequestExecutor(final CloseableHttpClient client, final HttpHost host, fi
232232
throw new RequiresMarkSupportedException();
233233
}
234234

235-
Object[] paramArray = {this.ds3Request.getVerb(), this.host.toString(), getEscapedRequestPath(this.ds3Request)};
235+
final Object[] paramArray = {this.ds3Request.getVerb(), this.host.toString(), getEscapedRequestPath(this.ds3Request)};
236236
LOG.info("Sending request: {} {} {}", paramArray );
237237
this.checksumType = ds3Request.getChecksumType();
238238
this.hash = this.buildHash();

0 commit comments

Comments
 (0)