Skip to content

Commit

Permalink
[JENKINS-72975] Permit java.util.regex.MatchResult.group(String)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckullabosch authored Apr 5, 2024
1 parent 1399a91 commit c5c8c79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ method java.util.regex.MatchResult end
method java.util.regex.MatchResult end int
method java.util.regex.MatchResult group
method java.util.regex.MatchResult group int
method java.util.regex.MatchResult group java.lang.String
method java.util.regex.MatchResult groupCount
method java.util.regex.MatchResult start
method java.util.regex.MatchResult start int
Expand Down

0 comments on commit c5c8c79

Please sign in to comment.