am d16fa893
: Use Map.Entry, not HashMap.Entry
* commit 'd16fa893d1a24497147fd91b32698ff7bf695600': Use Map.Entry, not HashMap.Entry
This commit is contained in:
commit
13646739db
@ -167,7 +167,7 @@ public final class ContentCache {
|
||||
/**
|
||||
* For Debugging Only - not efficient
|
||||
*/
|
||||
synchronized Set<HashMap.Entry<T, Integer>> entrySet() {
|
||||
synchronized Set<Map.Entry<T, Integer>> entrySet() {
|
||||
return mMap.entrySet();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user