|
Change Parameter Type target : ListMultimap<K,V> to target : ListMultimap<?,?> in method public assertThat(target ListMultimap<?,?>) : ListMultimapSubject in class com.google.common.truth.Truth |
From |
To |
|
Change Parameter Type target : Multimap<K,V> to target : Multimap<?,?> in method public assertThat(target Multimap<?,?>) : MultimapSubject in class com.google.common.truth.Truth |
From |
To |
|
Change Parameter Type target : SetMultimap<K,V> to target : SetMultimap<?,?> in method public assertThat(target SetMultimap<?,?>) : SetMultimapSubject in class com.google.common.truth.Truth |
From |
To |
|
Change Parameter Type target : SetMultimap<K,V> to target : SetMultimap<?,?> in method public that(target SetMultimap<?,?>) : SetMultimapSubject in class com.google.common.truth.TestVerb |
From |
To |
|
Change Parameter Type target : Multimap<K,V> to target : Multimap<?,?> in method public that(target Multimap<?,?>) : MultimapSubject in class com.google.common.truth.TestVerb |
From |
To |
|
Change Parameter Type target : ListMultimap<K,V> to target : ListMultimap<?,?> in method public that(target ListMultimap<?,?>) : ListMultimapSubject in class com.google.common.truth.TestVerb |
From |
To |