master
yihua.huang 2013-08-02 08:22:59 +08:00
parent 29c6a03f60
commit 901d6fde1d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class IteyeBlog implements Blog{
} }
public String getTitle() { public String getTitle() {
return null; return title;
} }
public String getContent() { public String getContent() {