Bakc into functional
This commit is contained in:
parent
5e2d84895d
commit
c3621da722
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public abstract class FormResponse implements Response{
|
|||
}
|
||||
|
||||
public <T extends JSONAware> T json(HttpReader reader) throws Exception{
|
||||
return (T) (this.json = reader.readJsonEnter());
|
||||
return (T) (this.json = reader.readJson());
|
||||
}
|
||||
|
||||
public boolean hasFields(String... fields){
|
||||
|
|
Loading…
Add table
Reference in a new issue