提交 d9dc450e 编写于 作者: 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
上级 802bda02
无相关合并请求
......@@ -515,6 +515,7 @@ public final class Matcher implements MatchResult {
* @throws IllegalArgumentException
* If there is no capturing group in the pattern
* with the given name
* @since 1.7
*/
public String group(String name) {
if (name == null)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部