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() {
|
||||
feedManager.getFeedsToUpdate().each {
|
||||
feedFetcher.execute({updateFeed(it)} as Runnable)
|
||||
feedManager.getFeedsToUpdate().each { feed ->
|
||||
feedFetcher.execute({updateFeed(feed)} as Runnable)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue