Skip to content

Commit 4aedd92

Browse files
committed
Merge pull request #908 from haisi/master
* pr/908: Fix typo
2 parents 598fafd + ff4e48c commit 4aedd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/core-aop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ you have a generic type like this:
11741174
----
11751175
public interface Sample<T> {
11761176
void sampleGenericMethod(T param);
1177-
void sampleGenericCollectionMethod(Collection>T> param);
1177+
void sampleGenericCollectionMethod(Collection<T> param);
11781178
}
11791179
----
11801180

0 commit comments

Comments
 (0)