提交 ff4e48c7 编写于 作者: H Hasan Kara 提交者: Stephane Nicoll

Fix typo

Closes gh-908
上级 598fafd9
......@@ -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);
}
----
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册