Commit 901d6fde authored by yihua.huang's avatar yihua.huang

fix

parent 29c6a03f
...@@ -32,7 +32,7 @@ public class IteyeBlog implements Blog{ ...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment