Merge pull request #908 from haisi/master

* pr/908:
  Fix typo
master
Stephane Nicoll 9 years ago
commit 4aedd92c3c
  1. 2
      src/asciidoc/core-aop.adoc

@ -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…
Cancel
Save