Commit 9aac5358 authored by Raimbek Egemberdiev's avatar Raimbek Egemberdiev

npp project moved to inside

parent 61ec53b0
......@@ -60,10 +60,6 @@ public class RestHttpQuery {
}
/*public String doPostQuery() {
}*/
private String makeQuery(String query, Map<String, ?> params) {
String joined = joinParamsForQuery(params);
if (!joined.isEmpty()) return query + "?" + joined;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment