提交 4aedd92c 编写于 作者: S Stephane Nicoll

Merge pull request #908 from haisi/master

* pr/908:
  Fix typo
......@@ -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.
先完成此消息的编辑!
想要评论请 注册