mirror of https://github.com/zlatinb/muwire
it always points to the innermost closure
parent
e70bec3a51
commit
bb7385688c
|
@ -44,8 +44,8 @@ class FeedClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateAnyFeeds() {
|
private void updateAnyFeeds() {
|
||||||
feedManager.getFeedsToUpdate().each {
|
feedManager.getFeedsToUpdate().each { feed ->
|
||||||
feedFetcher.execute({updateFeed(it)} as Runnable)
|
feedFetcher.execute({updateFeed(feed)} as Runnable)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue