forked from Archives/Athou_commafeed
prevent exception when hashing content
This commit is contained in:
@@ -204,7 +204,7 @@ public class FeedParser {
|
|||||||
item.getContents(), CONTENT_TO_STRING),
|
item.getContents(), CONTENT_TO_STRING),
|
||||||
SystemUtils.LINE_SEPARATOR);
|
SystemUtils.LINE_SEPARATOR);
|
||||||
}
|
}
|
||||||
return content;
|
return StringUtils.trimToEmpty(content);
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getTitle(SyndEntry item) {
|
private String getTitle(SyndEntry item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user