HDFS-14003. Fix findbugs warning in trunk for FSImageFormatPBINode. Contributed by Yiqun Lin.
This commit is contained in:
parent
1e78dfca40
commit
0e56c883cd
@ -660,7 +660,6 @@ private void save(OutputStream out, INodeFile n) throws IOException {
|
||||
}
|
||||
|
||||
private void save(OutputStream out, INodeSymlink n) throws IOException {
|
||||
SaverContext state = parent.getSaverContext();
|
||||
INodeSection.INodeSymlink.Builder b = INodeSection.INodeSymlink
|
||||
.newBuilder()
|
||||
.setPermission(buildPermissionStatus(n))
|
||||
|
Loading…
Reference in New Issue
Block a user