Skip to content

Commit 092321d

Browse files
committed
correct style check
1 parent dc076b2 commit 092321d

File tree

1 file changed

+1
-1
lines changed
  • imagetool/src/main/java/com/oracle/weblogic/imagetool/util

1 file changed

+1
-1
lines changed

imagetool/src/main/java/com/oracle/weblogic/imagetool/util/HttpUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public static HttpClient getOraClient(String userId, String password) {
140140

141141
if (proxyHost != null) {
142142
// credentials are set in the getHttpExecutor
143-
builder.setProxy( new HttpHost(proxyHost, Integer.parseInt(proxyPort)));
143+
builder.setProxy(new HttpHost(proxyHost, Integer.parseInt(proxyPort)));
144144
}
145145

146146
result = builder.build();

0 commit comments

Comments
 (0)