提交 f7223834 authored 作者: noelgrandin's avatar noelgrandin

The memoryEstimated field can be marked as private.

上级 ae71dacb
...@@ -73,7 +73,7 @@ public abstract class PageBtree extends Page { ...@@ -73,7 +73,7 @@ public abstract class PageBtree extends Page {
/** /**
* The estimated memory used by this object. * The estimated memory used by this object.
*/ */
protected int memoryEstimated; private int memoryEstimated;
PageBtree(PageBtreeIndex index, int pageId, Data data) { PageBtree(PageBtreeIndex index, int pageId, Data data) {
this.index = index; this.index = index;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论