mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8242230: Whitespace typos, relaxed javadoc, formatting
Reviewed-by: darcy, igerasim
This commit is contained in:
parent
59684e10d1
commit
4c4271f283
19 changed files with 52 additions and 53 deletions
|
@ -2063,9 +2063,9 @@ public final class String
|
|||
* <blockquote>
|
||||
* <code>
|
||||
* {@link java.util.regex.Pattern}.{@link
|
||||
* java.util.regex.Pattern#compile compile}(<i>regex</i>).{@link
|
||||
* java.util.regex.Pattern#compile(String) compile}(<i>regex</i>).{@link
|
||||
* java.util.regex.Pattern#matcher(java.lang.CharSequence) matcher}(<i>str</i>).{@link
|
||||
* java.util.regex.Matcher#replaceFirst replaceFirst}(<i>repl</i>)
|
||||
* java.util.regex.Matcher#replaceFirst(String) replaceFirst}(<i>repl</i>)
|
||||
* </code>
|
||||
* </blockquote>
|
||||
*
|
||||
|
@ -2108,9 +2108,9 @@ public final class String
|
|||
* <blockquote>
|
||||
* <code>
|
||||
* {@link java.util.regex.Pattern}.{@link
|
||||
* java.util.regex.Pattern#compile compile}(<i>regex</i>).{@link
|
||||
* java.util.regex.Pattern#compile(String) compile}(<i>regex</i>).{@link
|
||||
* java.util.regex.Pattern#matcher(java.lang.CharSequence) matcher}(<i>str</i>).{@link
|
||||
* java.util.regex.Matcher#replaceAll replaceAll}(<i>repl</i>)
|
||||
* java.util.regex.Matcher#replaceAll(String) replaceAll}(<i>repl</i>)
|
||||
* </code>
|
||||
* </blockquote>
|
||||
*
|
||||
|
@ -2275,7 +2275,7 @@ public final class String
|
|||
* <blockquote>
|
||||
* <code>
|
||||
* {@link java.util.regex.Pattern}.{@link
|
||||
* java.util.regex.Pattern#compile compile}(<i>regex</i>).{@link
|
||||
* java.util.regex.Pattern#compile(String) compile}(<i>regex</i>).{@link
|
||||
* java.util.regex.Pattern#split(java.lang.CharSequence,int) split}(<i>str</i>, <i>n</i>)
|
||||
* </code>
|
||||
* </blockquote>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue