From 901d6fde1d2a851eadb13eb323012860a411ec72 Mon Sep 17 00:00:00 2001 From: "yihua.huang" Date: Fri, 2 Aug 2013 08:22:59 +0800 Subject: [PATCH] fix --- .../us/codecraft/webmagic/annotation/samples/IteyeBlog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmagic-samples/src/main/java/us/codecraft/webmagic/annotation/samples/IteyeBlog.java b/webmagic-samples/src/main/java/us/codecraft/webmagic/annotation/samples/IteyeBlog.java index a927054..09a1d5b 100644 --- a/webmagic-samples/src/main/java/us/codecraft/webmagic/annotation/samples/IteyeBlog.java +++ b/webmagic-samples/src/main/java/us/codecraft/webmagic/annotation/samples/IteyeBlog.java @@ -32,7 +32,7 @@ public class IteyeBlog implements Blog{ } public String getTitle() { - return null; + return title; } public String getContent() {