提交 dfa52621 authored 作者: Andrei Tokar's avatar Andrei Tokar

remove unwanted map even if non-empty

上级 85a1797f
...@@ -183,7 +183,7 @@ public class TransactionStore { ...@@ -183,7 +183,7 @@ public class TransactionStore {
} }
} }
if (!store.hasData(mapName) && !store.isReadOnly()) { if (!store.isReadOnly()) {
store.removeMap(mapName); store.removeMap(mapName);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论