api tweak

This commit is contained in:
Athou
2013-04-16 10:42:34 +02:00
parent 43eafd51c7
commit 852f834377
3 changed files with 19 additions and 30 deletions

View File

@@ -69,15 +69,6 @@ public class FeedRefreshWorker {
return new AsyncResult<Void>(null);
}
@Asynchronous
public void updateAsync(Feed feed) {
try {
update(feed);
} catch (Exception e) {
log.error(e.getMessage(), e);
}
}
private void update(Feed feed) throws NotSupportedException,
SystemException, SecurityException, IllegalStateException,
RollbackException, HeuristicMixedException,