Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit e18993c

Browse files
committed
8309955: Matcher uses @SInCE {@inheritdoc}
Reviewed-by: bpb Backport-of: bfef3c3e80d4df98bdb0d853c2e2711cdd8252ce
1 parent 3363050 commit e18993c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.base/share/classes/java/util/regex/Matcher.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ private void checkMatch() {
18281828
*
18291829
* @return {@inheritDoc}
18301830
*
1831-
* @since {@inheritDoc}
1831+
* @since 20
18321832
*/
18331833
@Override
18341834
public Map<String, Integer> namedGroups() {
@@ -1843,7 +1843,7 @@ public Map<String, Integer> namedGroups() {
18431843
*
18441844
* @return {@inheritDoc}
18451845
*
1846-
* @since {@inheritDoc}
1846+
* @since 20
18471847
*/
18481848
@Override
18491849
public boolean hasMatch() {

0 commit comments

Comments
 (0)