parent
598fafd957
commit
ff4e48c7a1
|
|
@ -1174,7 +1174,7 @@ you have a generic type like this:
|
||||||
----
|
----
|
||||||
public interface Sample<T> {
|
public interface Sample<T> {
|
||||||
void sampleGenericMethod(T param);
|
void sampleGenericMethod(T param);
|
||||||
void sampleGenericCollectionMethod(Collection>T> param);
|
void sampleGenericCollectionMethod(Collection<T> param);
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue