mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8133459: replace <tt> tags (obsolete in html5) in java.nio docs
Reviewed-by: lancea
This commit is contained in:
parent
48b997d5b3
commit
6b4c935035
53 changed files with 543 additions and 534 deletions
|
@ -74,10 +74,10 @@
|
|||
*
|
||||
* <p> Support for new charsets can be made available via the
|
||||
* interface defined in the {@link
|
||||
* java.nio.charset.spi.CharsetProvider} class in the <tt>{@link
|
||||
* java.nio.charset.spi}</tt> package.
|
||||
* java.nio.charset.spi.CharsetProvider} class in the {@link
|
||||
* java.nio.charset.spi} package.
|
||||
*
|
||||
* <p> Unless otherwise noted, passing a <tt>null</tt> argument to a
|
||||
* <p> Unless otherwise noted, passing a {@code null} argument to a
|
||||
* constructor or method in any class or interface in this package
|
||||
* will cause a {@link java.lang.NullPointerException
|
||||
* NullPointerException} to be thrown.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue