Skip to content

Commit

Permalink
[JENKINS-72975] Update comment for new known good signatures in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnusbaum authored Apr 8, 2024
1 parent 1d6bf84 commit 75aeede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static void sanity(URL definition) throws Exception {
new MethodSignature(Matcher.class, "end", String.class),
new MethodSignature(Matcher.class, "group", String.class),
new MethodSignature(Matcher.class, "start", String.class),
// Override MatchResult default methods in Java 20+ (for Java 17 compatibility)
// Do not exist until Java 20.
new MethodSignature(MatchResult.class, "end", String.class),
new MethodSignature(MatchResult.class, "group", String.class),
new MethodSignature(MatchResult.class, "hasMatch"),
Expand Down

0 comments on commit 75aeede

Please sign in to comment.