no json ?
This commit is contained in:
parent
e185258a54
commit
e237be36b6
2 changed files with 0 additions and 1 deletions
Binary file not shown.
|
@ -35,7 +35,6 @@ public abstract class FormResponse implements Response{
|
|||
}
|
||||
|
||||
public boolean areValids(String... fields){
|
||||
System.out.println(json);
|
||||
JsonMap map = (JsonMap)json;
|
||||
for(String field : fields){
|
||||
String value = (String) map.get(field);
|
||||
|
|
Loading…
Add table
Reference in a new issue