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

The memoryEstimated field can be marked as private.

上级 f7223834
......@@ -65,7 +65,7 @@ abstract class PageData extends Page {
* The estimated heap memory used by this object, in number of double words
* (4 bytes each).
*/
protected int memoryEstimated;
private int memoryEstimated;
PageData(PageDataIndex index, int pageId, Data data) {
this.index = index;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论