Skip to content

Commit bfef3c3

Browse files
committed
8309955: Matcher uses @SInCE {@inheritdoc}
Reviewed-by: lancea
1 parent d7251c1 commit bfef3c3

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)