Skip to content

Commit 72679b9

Browse files
author
Bilal Al
committed
polish
1 parent 58dcfad commit 72679b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/service/SplitHttpClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public SplitHttpResponse get(URI uri, FetchOptions options) {
9393

9494
int status = response.getCode();
9595

96-
String statusMessage = new String("");
96+
String statusMessage = "";
9797
if (status < HttpStatus.SC_OK || status >= HttpStatus.SC_MULTIPLE_CHOICES) {
9898
statusMessage = response.getReasonPhrase();
9999
_log.warn(String.format("Response status was: %s. Reason: %s", status, response.getReasonPhrase()));

0 commit comments

Comments
 (0)