Fix bug
This commit is contained in:
parent
d82b8d5f38
commit
692b9b5435
|
|
@ -80,8 +80,8 @@ public class Result {
|
||||||
}
|
}
|
||||||
|
|
||||||
public Result filters(JSONObject object) {
|
public Result filters(JSONObject object) {
|
||||||
Type listType = new TypeToken<LinkedHashMap<String, List<Filter>>>() {
|
if (object == null) return this;
|
||||||
}.getType();
|
Type listType = new TypeToken<LinkedHashMap<String, List<Filter>>>() {}.getType();
|
||||||
this.filters = new Gson().fromJson(object.toString(), listType);
|
this.filters = new Gson().fromJson(object.toString(), listType);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
83309fc06ded7cbe68738abebbbca4fe
|
c67065eabe8a54c7b6e6125e6ad9f7da
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue