forked from Chat_things/NeuroDock
Quick and dirty commit, due to heaste of this needing
This commit is contained in:
@@ -8,6 +8,8 @@ import java.util.Map;
|
||||
public class ParameterStringBuilder {
|
||||
public static String getParamsString(Map<String, String> params)
|
||||
throws UnsupportedEncodingException {
|
||||
if(params == null)
|
||||
return "";
|
||||
StringBuilder result = new StringBuilder();
|
||||
|
||||
for (Map.Entry<String, String> entry : params.entrySet()) {
|
||||
|
||||
Reference in New Issue
Block a user