Skip to content

Commit eba9317

Browse files
committed
Label : proxy instead of proxies
1 parent 0530a11 commit eba9317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/telosys/tools/commons/http/HttpSystemConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public static List<String> getCurrentHttpConfig() {
172172
* @param protocol
173173
*/
174174
private static void getCurrentProxyConfig(String protocol, List<String> lines) {
175-
lines.add("Proxies for '" + protocol + "' :");
175+
lines.add("Proxy for '" + protocol + "' :");
176176
URI uri;
177177
try {
178178
uri = new URI(protocol + "://foo");

0 commit comments

Comments
 (0)