| commit | 46b0b93db323279272304e1c8febc626745a9203 | [log] [tgz] |
|---|---|---|
| author | Shawn Pearce <sop@google.com> | Thu Apr 24 14:07:58 2014 -0700 |
| committer | Shawn Pearce <sop@google.com> | Thu Apr 24 14:07:58 2014 -0700 |
| tree | c82803ea0fe9feea3b626a6d777c78360b6326c5 | |
| parent | 90dc5a443dcc7897ea5abd0bf273c44f2f661996 [diff] |
Fix log spew caused by DeleteBranch constructor Every time branches are accessed the server logs a nasty Guice trace preventing DeleteBranch from being created. The view must create without enforcing the IdentifiedUser to exist. The solution throughout the rest of Gerrit REST API code is to use Provider<X> instead of X to allow Guice to defer this resolution. Change-Id: If7fd7f4c38bcbc685d4f9451479da7a9ed432564