Fix compilation issue
This commit is contained in:
parent
d411675c2b
commit
586be8751c
@ -1243,7 +1243,7 @@ public class LLLocalDictionary implements LLDictionary {
|
||||
}
|
||||
})
|
||||
.subscribeOn(dbScheduler)
|
||||
.concatMapIterable(list -> list);
|
||||
.flatMapIterable(list -> list);
|
||||
},
|
||||
entriesWindow -> {
|
||||
for (Tuple2<ByteBuf, X> entry : entriesWindow) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user