Browse Source

Merge pull request #908 from haisi/master

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

2
src/asciidoc/core-aop.adoc

@ -1174,7 +1174,7 @@ you have a generic type like this: @@ -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