提交 5e7ec2bc 编写于 作者: S sherman

7066490: @since 1.7 tag is missing for java.util.regex.Matcher.group(java.lang.String)

Summary: Added the @since 1.7 tag
Reviewed-by: mduigou, forax
上级 699a4d78
...@@ -515,6 +515,7 @@ public final class Matcher implements MatchResult { ...@@ -515,6 +515,7 @@ public final class Matcher implements MatchResult {
* @throws IllegalArgumentException * @throws IllegalArgumentException
* If there is no capturing group in the pattern * If there is no capturing group in the pattern
* with the given name * with the given name
* @since 1.7
*/ */
public String group(String name) { public String group(String name) {
if (name == null) if (name == null)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册