[mapdb] Fix deserialization of values in mapDB database (#8758)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
@@ -102,7 +102,6 @@ public class MapDbPersistenceService implements QueryablePersistenceService {
|
||||
if (db != null) {
|
||||
db.close();
|
||||
}
|
||||
threadPool.shutdown();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user