commit | fd195e7b95f7ea3284dff5bf687f181682245af6 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Fri Nov 08 13:01:28 2013 -0800 |
committer | Shawn Pearce <sop@google.com> | Fri Nov 08 13:01:28 2013 -0800 |
tree | 8c33621c186fe7c9675e26f64ec4a9e04c0ab0b4 | |
parent | 35e97c2aeb7c749bb77f9e51a0fecf1612c14b0f [diff] |
Refactor ChangesCollection to be injectable Remove the user specific control factory, allowing the collection to be injected from the system module rather than a higher level request scoped module. With this refactoring in place it is now possible to reuse ChangesCollection in other REST APIs, such as to call its parse() method to lookup a change as a child member. Change-Id: I8d14b3b9c2dab3cc9f29d968c6a15d0ef6835a04