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

Mark the handler field as private, not accessed outside this class.

上级 37f86da3
...@@ -45,7 +45,7 @@ public class FileStore { ...@@ -45,7 +45,7 @@ public class FileStore {
* The callback object is responsible to check access rights, and free up * The callback object is responsible to check access rights, and free up
* disk space if required. * disk space if required.
*/ */
protected DataHandler handler; private DataHandler handler;
private FileChannel file; private FileChannel file;
private long filePos; private long filePos;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论