提交 35d9c6bd authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix synthetic access

上级 96c47e8c
......@@ -1538,7 +1538,7 @@ public class MVStore {
}
}
private void registerChunk(int chunkId) {
void registerChunk(int chunkId) {
if (referencedChunks.put(chunkId, 1) == null && parent != null) {
parent.registerChunk(chunkId);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论