infinite-scrolling

This commit is contained in:
Jeremie Panzer
2013-03-25 13:52:02 +01:00
parent f0c4733b76
commit 0443fbf267
8 changed files with 82 additions and 18 deletions

View File

@@ -50,9 +50,8 @@ public class FeedTimer {
feedEntryService
.updateEntries(feed.getUrl(), feed.getEntries());
} catch (Exception e) {
log.info(
"Unable to refresh feed " + key + " : "
+ e.getMessage(), e);
log.info("Unable to refresh feed " + key + " : "
+ e.getMessage());
Feed feed = feeds.get(key);
feed.setLastUpdated(Calendar.getInstance().getTime());