mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
avoid reorder problems?
This commit is contained in:
@@ -265,7 +265,7 @@ abstract class ConcurrentRefHashMap<K, V> extends AbstractMap<K, V> implements C
|
||||
|
||||
/* Internal class for entry sets */
|
||||
private class EntrySet extends AbstractSet<Map.Entry<K, V>> {
|
||||
Set<Map.Entry<KeyReference<K, V>, V>> hashEntrySet = myMap.entrySet();
|
||||
private final Set<Map.Entry<KeyReference<K, V>, V>> hashEntrySet = myMap.entrySet();
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user