Skip to content

Commit

Permalink
TypesWithUndefinedEquality#SPARSE_ARRAY: remove duplicate entry
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Apr 6, 2022
1 parent c115035 commit b45f841
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -38,11 +38,7 @@ public enum TypesWithUndefinedEquality {
"androidx.collection.LongSparseArrayCompat"),
MULTIMAP("Multimap", "com.google.common.collect.Multimap"),
QUEUE("Queue", "java.util.Queue"),
SPARSE_ARRAY(
"SparseArray",
"android.util.SparseArray",
"androidx.collection.SparseArrayCompat",
"androidx.collection.SparseArrayCompat");
SPARSE_ARRAY("SparseArray", "android.util.SparseArray", "androidx.collection.SparseArrayCompat");

private final String shortName;
private final ImmutableSet<String> typeNames;
Expand Down

0 comments on commit b45f841

Please sign in to comment.