commit | 6673b4f161cc477bfc7ffdbd79b691f8d32d9edc | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Mon Aug 04 14:44:20 2014 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Thu Aug 07 09:52:41 2014 -0700 |
tree | e414f923e89fa21faa0602e0f203f6d51eb8e6bd | |
parent | 3a5e2d19d744526c5f04f877ae1a9f4796173dda [diff] |
CommitResource: Delegate to ProjectResource Other child resources, such as RevisionResource, use delegation rather than inheritance to refer to their parent collections. This allows us to use more sensibly named methods; for example, it is not obvious that what myCommitResource.getNameKey() is referring to is actually the project name key. Change-Id: I2aa58246afd22ef7bd0f437c6cfe7233b825f976