fix
parent
29c6a03f60
commit
901d6fde1d
|
@ -32,7 +32,7 @@ public class IteyeBlog implements Blog{
|
|||
}
|
||||
|
||||
public String getTitle() {
|
||||
return null;
|
||||
return title;
|
||||
}
|
||||
|
||||
public String getContent() {
|
||||
|
|
Loading…
Reference in New Issue