]> source.dussan.org Git - jgit.git/commit
Use entrySet() instead of keySet() 19/1819/1
authorRobin Stocker <robin@nibor.org>
Fri, 29 Oct 2010 12:41:39 +0000 (14:41 +0200)
committerRobin Stocker <robin@nibor.org>
Fri, 29 Oct 2010 12:41:39 +0000 (14:41 +0200)
commit3b44b226098757d3bf0f4be10100493565cb9cc8
treecc141f1f7a52fdb39e839c252bb4fd529293d214
parent7f939ba86e4c4ce379b4dc62045109a91e97dd72
Use entrySet() instead of keySet()

The value was accessed every time in the loop body with get(),
so use the more efficient entrySet().

Change-Id: I91d90cbd0b0d03ca4a3db986c58b8d80d80f40a4
org.eclipse.jgit/src/org/eclipse/jgit/api/MergeResult.java