| commit | fa8ef8775f31e9b7b38a8340b2399c0cacfe79ba | [log] [tgz] |
|---|---|---|
| author | Shawn O. Pearce <sop@google.com> | Wed Aug 26 18:42:20 2009 -0700 |
| committer | Shawn O. Pearce <sop@google.com> | Tue Sep 01 08:12:06 2009 -0700 |
| tree | 32e9115c73af301191d3a2adfcf43c87480a759b | |
| parent | cde465cdfcfc194f901bf36a09814599563d7018 [diff] |
Avoid loading Patch object in /cat/ servlet We don't actually need the Patch object, we only used it to obtain the file name, but the key we used to locate the Patch object has the file name embedded as part of it. Change-Id: I9a0a6928de438ab80af0577c20538ae47818f1ed Signed-off-by: Shawn O. Pearce <sop@google.com>