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),
|
||||
SystemUtils.LINE_SEPARATOR);
|
||||
}
|
||||
return content;
|
||||
return StringUtils.trimToEmpty(content);
|
||||
}
|
||||
|
||||
private String getTitle(SyndEntry item) {
|
||||
|
||||
Reference in New Issue
Block a user