8074674: Doclint regression in java/util/regex/Matcher.java

Reviewed-by: psandoz
This commit is contained in:
Amy Lu 2015-03-10 13:30:21 +01:00
parent f54b0ebdc2
commit 71d53d5bb7

View File

@ -1183,7 +1183,7 @@ public final class Matcher implements MatchResult {
*
* <p> Given the regular expression <tt>dog</tt>, the input
* <tt>"zzzdogzzzdogzzz"</tt>, and the function
* <tt>mr -> mr.group().toUpperCase()</tt>, an invocation of this method on
* {@code mr -> mr.group().toUpperCase()}, an invocation of this method on
* a matcher for that expression would yield the string
* <tt>"zzzDOGzzzDOGzzz"</tt>.
*
@ -1405,7 +1405,7 @@ public final class Matcher implements MatchResult {
*
* <p> Given the regular expression <tt>dog</tt>, the input
* <tt>"zzzdogzzzdogzzz"</tt>, and the function
* <tt>mr -> mr.group().toUpperCase()</tt>, an invocation of this method on
* {@code mr -> mr.group().toUpperCase()}, an invocation of this method on
* a matcher for that expression would yield the string
* <tt>"zzzDOGzzzdogzzz"</tt>.
*