mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-22 08:21:27 +00:00
7066490: @since 1.7 tag is missing for java.util.regex.Matcher.group(java.lang.String)
Added the @since 1.7 tag Reviewed-by: mduigou, forax
This commit is contained in:
parent
2304b235a1
commit
cce243ac06
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user