Remove GuavaRangeSetUnitTest

This commit is contained in:
Sushant
2019-05-04 13:12:18 +03:00
parent 15dfc6fa36
commit 4b1840d744
2 changed files with 1 additions and 128 deletions
@@ -79,7 +79,7 @@ public class GuavaMapFromSet<K, V> extends AbstractMap<K, V> {
}
private WeakHashMap<K, V> cache;
private Set<Map.Entry<K, V>> entries;
private Set<Entry<K, V>> entries;
private Function<? super K, ? extends V> function;
public GuavaMapFromSet(Set<K> keys, Function<? super K, ? extends V> function) {