提交 b6c10f38 编写于 作者: H Heejae Chang

added more comments

上级 14baa35e
......@@ -100,6 +100,8 @@ private ChecksumObject GetChecksumObjectFromAdditionalAssets(Checksum checksum)
return asset;
}
// given checksum doesn't exist in this additional assets. but will exist
// in one of tree nodes/additional assets/global assets
return null;
}
}
......@@ -318,6 +320,8 @@ private ChecksumObject GetChecksumObjectFromTreeNode(ChecksumObjectCache cache,
return checksumObject;
}
// given checksum doesn't exist in this entry of tree node. but will exist
// in one of tree nodes/additional assets/global assets
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册