This commit is contained in:
Athou
2013-04-09 11:50:21 +02:00
parent 7c3d299805
commit 71499b5ed0
5 changed files with 22 additions and 12 deletions

View File

@@ -64,11 +64,6 @@ public class FeedEntryService extends GenericDAO<FeedEntry> {
}
}
}
feed.setLastUpdated(Calendar.getInstance().getTime());
feed.setMessage(null);
feed.setErrorCount(0);
feedService.update(feed);
}
private void addFeedToEntry(FeedEntry entry, Feed feed) {