Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gangliao committed Feb 10, 2020
1 parent a4b74c9 commit aec052c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public void writeFields(DataOutputStream out) throws IOException {
FSImageSerialization.writeBoolean(overwrite, out);
FSImageSerialization.writeByte(storagePolicyId, out);
FSImageSerialization.writeByte(erasureCodingPolicyId, out);
write clientId and callId
// write clientId and callId
writeRpcIds(rpcClientId, rpcCallId, out);
}
}
Expand Down

0 comments on commit aec052c

Please sign in to comment.