Skip to content

Commit

Permalink
Introduce TypesWithUndefinedEquality#OBJECT
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Feb 17, 2022
1 parent f6db6b0 commit dde42c8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -37,6 +37,7 @@ public enum TypesWithUndefinedEquality {
"androidx.collection.LongSparseArrayCompat",
"androidx.core.util.LongSparseArrayCompat"),
MULTIMAP("Multimap", "com.google.common.collect.Multimap"),
OBJECT("Object", "java.lang.Object"),
QUEUE("Queue", "java.util.Queue"),
SPARSE_ARRAY("SparseArray", "android.util.SparseArray", "androidx.collection.SparseArrayCompat");

Expand Down

0 comments on commit dde42c8

Please sign in to comment.