Skip to content
Snippets Groups Projects
Commit 1c205f12 authored by Martti Käärik's avatar Martti Käärik
Browse files

Typo fix.

parent 51f4ad4e
No related branches found
No related tags found
No related merge requests found
Pipeline #12326 failed
......@@ -147,7 +147,7 @@ public class HttpSystemAdapter implements SystemAdapter {
httpData.uri = httpData.uri.replaceAll(Pattern.quote("{" + p.name + "}"), p.value);
break;
}
case quey: {
case query: {
String queryParameter = p.name + "=" + URLEncoder.encode(p.value, UTF_8);
if (query == null)
query = queryParameter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment