remove serializable as it does not make sense

This commit is contained in:
Athou
2013-04-15 11:47:17 +02:00
parent 056023552a
commit f8faa69f02
12 changed files with 9 additions and 14 deletions

View File

@@ -52,7 +52,8 @@ public class FeedRefreshWorker {
private boolean running = true;
@Asynchronous
public Future<Void> start() {
public Future<Void> start(String threadName) {
log.info("{} starting", threadName);
while (running) {
try {
Feed feed = getNextFeed();