Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
INodeFile.blocks is currently package private. It is accessed directly in quite many case. It is better to change it to package private and access via setter and getter methods.