Correct explanation of ApendAll method in ResMap interface

This commit corrects expalation of ApendAll method in ResMap
interface. AppendAll method should fail on CurId collision,
not OrgId collision.
This commit is contained in:
vanou
2020-02-19 23:53:10 +09:00
parent 4f905c9cff
commit 87b680e1c0

View File

@@ -114,7 +114,7 @@ type ResMap interface {
Append(*resource.Resource) error
// AppendAll appends another ResMap to self,
// failing on any OrgId collision.
// failing on any CurId collision.
AppendAll(ResMap) error
// AbsorbAll appends, replaces or merges the contents