Fix null issues
This commit is contained in:
parent
bc9d274c58
commit
852a5e1d51
@ -582,7 +582,7 @@ public class DatabaseMapDictionary<T, U> extends DatabaseMapDictionaryDeep<T, U,
|
|||||||
dict.deserializeValue(rocksDBFileIterationStateKeyOk.value())
|
dict.deserializeValue(rocksDBFileIterationStateKeyOk.value())
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
}));
|
}).filter(Objects::nonNull));
|
||||||
} catch (RocksDBException e) {
|
} catch (RocksDBException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user