Skip to content

Commit

Permalink
小错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xcr1234 committed Nov 28, 2016
1 parent d7ca68e commit 95a51d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ JsonObject默认使用`LinkedHashMap`来保证json key的顺序,如果对顺
public class MyJsonObject extends JsonObject {
@override
protected Map<String, Object> createMap(){
return new HashMap<String, Object>;
return new HashMap<String, Object>();
}
@override
protected Map<String, Object> createMap(Map<String, Object> map){
Expand Down

0 comments on commit 95a51d1

Please sign in to comment.