Mark alluxio.client.file.FileInStream#mStatus final
Closed this issue · 0 comments
apc999 commented
Improve core/client/fs/src/main/java/alluxio/client/file/FileInStream.java
as mStatus
can be marked as final.
Change
protected URIStatus mStatus;
to
protected final URIStatus mStatus;