]> source.dussan.org Git - jgit.git/commit
Branch: Fix variable hiding warning 35/65635/1
authorDavid Pursehouse <david.pursehouse@sonymobile.com>
Tue, 2 Feb 2016 09:25:55 +0000 (18:25 +0900)
committerDavid Pursehouse <david.pursehouse@sonymobile.com>
Tue, 2 Feb 2016 09:25:55 +0000 (18:25 +0900)
commit2fab7f20a7faeb9a08f352d7f6014c9a9c5ac5ab
tree6d4ef07456a2fef9a9ca550c6d95e41c8f96b8f5
parentd4ddb6fc2b2402aa78520bcffce6dc784c5c27bd
Branch: Fix variable hiding warning

The Branch class has a member named 'branch', which was being
hidden by the local variable of the same name used in a for-loop.

Change-Id: I334092010a9c80686fb79713852d4bfa166ce12f
Signed-off-by: David Pursehouse <david.pursehouse@sonymobile.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Branch.java