8187021: Remove 2 redundant <p> tags in java.base API docs
Reviewed-by: darcy
This commit is contained in:
parent
b85726c71e
commit
5ac708eed7
@ -91,7 +91,7 @@ class FileOutputStream extends OutputStream
|
|||||||
* If the file exists but is a directory rather than a regular file, does
|
* If the file exists but is a directory rather than a regular file, does
|
||||||
* not exist but cannot be created, or cannot be opened for any other
|
* not exist but cannot be created, or cannot be opened for any other
|
||||||
* reason then a <code>FileNotFoundException</code> is thrown.
|
* reason then a <code>FileNotFoundException</code> is thrown.
|
||||||
* <p>
|
*
|
||||||
* @implSpec Invoking this constructor with the parameter {@code name} is
|
* @implSpec Invoking this constructor with the parameter {@code name} is
|
||||||
* equivalent to invoking {@link #FileOutputStream(String,boolean)
|
* equivalent to invoking {@link #FileOutputStream(String,boolean)
|
||||||
* new FileOutputStream(name, false)}.
|
* new FileOutputStream(name, false)}.
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
* The jrt file system can be created by calling
|
* The jrt file system can be created by calling
|
||||||
* {@link java.nio.file.FileSystems#newFileSystem
|
* {@link java.nio.file.FileSystems#newFileSystem
|
||||||
* FileSystems.newFileSystem(URI.create("jrt:/"))}.
|
* FileSystems.newFileSystem(URI.create("jrt:/"))}.
|
||||||
* <p></dd>
|
* </dd>
|
||||||
* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Tool Guides:</dt>
|
* <dt class="simpleTagLabel" style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">Tool Guides:</dt>
|
||||||
* <dd style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> {@extLink java_tool_reference java launcher},
|
* <dd style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> {@extLink java_tool_reference java launcher},
|
||||||
* {@extLink keytool_tool_reference keytool}</dd>
|
* {@extLink keytool_tool_reference keytool}</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user