Fix FindBugs load known null value
commitc2b5effe590304c4175d4682d3934581cdf79bdb
authorShawn O. Pearce <spearce@spearce.org>
Mon, 4 May 2009 23:30:45 +0000 (4 16:30 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 5 May 2009 20:59:19 +0000 (5 22:59 +0200)
tree2905774ced962df717338be5019c6d8928ffca7b
parent935b7aa28474d6a26189195a94d0fe61354cbc67
Fix FindBugs load known null value

We know its null, so use the null constant instead of the null
variable here.  Either way is pretty clear to the reader, but
this form makes FindBugs be quiet.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/lib/ObjectDirectory.java