mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo
Closes gh-908
This commit is contained in:
committed by
Stephane Nicoll
parent
598fafd957
commit
ff4e48c7a1
@@ -1174,7 +1174,7 @@ you have a generic type like this:
|
||||
----
|
||||
public interface Sample<T> {
|
||||
void sampleGenericMethod(T param);
|
||||
void sampleGenericCollectionMethod(Collection>T> param);
|
||||
void sampleGenericCollectionMethod(Collection<T> param);
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user