diff options
author | Shawn Pearce <spearce@spearce.org> | 2016-11-14 14:52:23 -0800 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2016-11-14 15:51:55 -0800 |
commit | 3b2248c5cf5a4e6e725d9a12011ee8bd0ed18ccd (patch) | |
tree | c0890deffd8cb423ee7752bc0ca503ff1d02a23d /org.eclipse.jgit.http.apache/src | |
parent | ca4ef2d24b7761fd366f8725c263d34965b3e76f (diff) | |
download | jgit-3b2248c5cf5a4e6e725d9a12011ee8bd0ed18ccd.tar.gz jgit-3b2248c5cf5a4e6e725d9a12011ee8bd0ed18ccd.zip |
RepositoryCache: simplify code
The type parameters can now be inferred when creating
ConcurrentHashMap.
A for loop over the keys of a ConcurrentHashMap doesn't
need to use an Iterator<Map.Entry>; loop syntax handles
this just fine over keySet().
Change-Id: I1f85bb81b77f7cd1caec77197f2f0bf78e4a82a1
Diffstat (limited to 'org.eclipse.jgit.http.apache/src')
0 files changed, 0 insertions, 0 deletions