]> source.dussan.org Git - jgit.git/commit
InMemoryRepository: Remove unused RevWalk from batch method signature 83/66583/1
authorDavid Pursehouse <david.pursehouse@sonymobile.com>
Mon, 15 Feb 2016 05:57:39 +0000 (14:57 +0900)
committerDavid Pursehouse <david.pursehouse@sonymobile.com>
Mon, 15 Feb 2016 05:57:39 +0000 (14:57 +0900)
commitf04bd20fc658365fcf24086ea26beaf3ff5f1ada
tree7fa21f30b27e9ca2f19a75dc28c8bfdee2dc121b
parent217760fee5c8f40ad52b2f07e89a1a14b30f1cbd
InMemoryRepository: Remove unused RevWalk from batch method signature

The RevWalk given in the arguments is not used. According to the
comment at the top of the method, a new RevWalk is intentionally
used in the implementation.

Remove the unused argument.

Change-Id: Iec81a1341d5bf377801475845b96a465753096ef
Signed-off-by: David Pursehouse <david.pursehouse@sonymobile.com>
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/InMemoryRepository.java