Fix warning in ObjectWriter about local variable hiding a field
commit4a5369e00768abc97e2c7d2401379465bed69eb9
authorShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 18:10:58 +0000 (11 14:10 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 19:12:38 +0000 (11 15:12 -0400)
tree6e5ff5a8a10061333cb8c9d749e3e59ccdb5e80f
parent19e917335189480612d243c4eb8cd0e180ffe88c
Fix warning in ObjectWriter about local variable hiding a field

There is a field named "r" which is the Repository we are writing
the object(s) into.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/ObjectWriter.java