apply the minor changes requested in the pull request
This commit is contained in:
parent
a80ee81ba4
commit
506329e51a
@ -4,7 +4,7 @@ import org.telegram.abilitybots.api.util.Pair;
|
|||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
public class BackupMap<K, V> extends AbstractCollection<Pair<K, V>> implements Collection<Pair<K, V>> {
|
final class BackupMap<K, V> extends AbstractCollection<Pair<K, V>> implements Collection<Pair<K, V>> {
|
||||||
private Collection<Pair<K, V>> entries = new HashSet<>();
|
private Collection<Pair<K, V>> entries = new HashSet<>();
|
||||||
|
|
||||||
public BackupMap(){}
|
public BackupMap(){}
|
||||||
|
Loading…
Reference in New Issue
Block a user