mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8309955: Matcher uses @since {@inheritDoc}
Reviewed-by: lancea
This commit is contained in:
parent
d7251c1755
commit
bfef3c3e80
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue