|
Change Parameter Type expected : Iterable<E> to expected : Iterable<? extends E> in method private containsAny(failVerb String, expected Iterable<? extends E>) : void in class com.google.common.truth.IterableSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type excluded : Iterable<E> to excluded : Iterable<? extends E> in method private containsNone(excludedPrefix String, excluded Iterable<? extends E>) : void in class com.google.common.truth.IterableSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type expected : Iterable<E> to expected : Iterable<? extends E> in method public containsAnyIn(expected Iterable<? extends E>) : void in class com.google.common.truth.IterableSubject.UsingCorrespondence |
From |
To |
|
Change Parameter Type excluded : Iterable<E> to excluded : Iterable<? extends E> in method public containsNoneIn(excluded Iterable<? extends E>) : void in class com.google.common.truth.IterableSubject.UsingCorrespondence |
From |
To |