update md

This commit is contained in:
jinyu
2015-12-01 12:01:39 +08:00
parent 0d7069036b
commit 78995c687f
5 changed files with 54 additions and 20 deletions
@@ -45,7 +45,7 @@ public class Article implements Serializable {
@JSONCreator
public Article(@JSONField(name = "title") String title,
@JSONField(name = "description") String desc,
@JSONField(name = "desc") String desc,
@JSONField(name = "picUrl") String picUrl,
@JSONField(name = "url") String url) {
this.title = title;