Closes gh-908
master
Hasan Kara 9 years ago committed by Stephane Nicoll
parent 598fafd957
commit ff4e48c7a1
  1. 2
      src/asciidoc/core-aop.adoc

@ -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);
}
----

Loading…
Cancel
Save