8309955: Matcher uses @since {@inheritDoc}
Reviewed-by: lancea
This commit is contained in:
parent
d7251c1755
commit
bfef3c3e80
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user