Files
gerrit/src/main/java
Shawn O. Pearce 6139a6d534 Fix NPE in unified diff view when creating a comment editor
We failed to initialize the versions table, so comment editor
creation in the unified diff view of a file always failed with
a null pointer exception.  In a unified diff view we currently
assume there are only two file versions (base, patch set).

Signed-off-by: Shawn O. Pearce <sop@google.com>
2009-02-13 10:58:43 -08:00
..