commit | d3743450a2981a3cada725e1af54f229bdc1738d | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Oct 28 15:57:04 2011 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Oct 31 17:36:06 2011 -0700 |
tree | 13eefbb591a50ac6f47114f0c2f004165c3c4569 | |
parent | 2d82b4a84ec59a5b8bcfaf8081b1a8c2e6a546a4 [diff] |
Avoid opening extra ReviewDb connection in PatchSetInfoFactory Every caller already had a ReviewDb "handy". Rather than making a new connection, use the existing one from the caller to read records about the patch set from the database. Change-Id: I68de1aa293f81b4318d681851706556bb73a5fd7