Fix null issues

This commit is contained in:
Andrea Cavalli 2024-09-16 12:55:51 +02:00
parent bc9d274c58
commit 852a5e1d51

View File

@ -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);
} }