Fix compilation issue

This commit is contained in:
Andrea Cavalli 2021-07-31 19:18:20 +02:00
parent d411675c2b
commit 586be8751c

View File

@ -1243,7 +1243,7 @@ public class LLLocalDictionary implements LLDictionary {
}
})
.subscribeOn(dbScheduler)
.concatMapIterable(list -> list);
.flatMapIterable(list -> list);
},
entriesWindow -> {
for (Tuple2<ByteBuf, X> entry : entriesWindow) {