8309955: Matcher uses @since {@inheritDoc}

Reviewed-by: lancea
This commit is contained in:
Raffaello Giulietti 2023-06-13 18:40:47 +00:00
parent d7251c1755
commit bfef3c3e80

View File

@ -1828,7 +1828,7 @@ public final class Matcher implements MatchResult {
*
* @return {@inheritDoc}
*
* @since {@inheritDoc}
* @since 20
*/
@Override
public Map<String, Integer> namedGroups() {
@ -1843,7 +1843,7 @@ public final class Matcher implements MatchResult {
*
* @return {@inheritDoc}
*
* @since {@inheritDoc}
* @since 20
*/
@Override
public boolean hasMatch() {