mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8133188: docs: replace <tt> tags (obsolete in html5) for java.util
Reviewed-by: martin
This commit is contained in:
parent
784379f7a4
commit
c683f90b9a
64 changed files with 2352 additions and 2347 deletions
|
@ -64,10 +64,10 @@ class MissingResourceException extends RuntimeException {
|
|||
}
|
||||
|
||||
/**
|
||||
* Constructs a <code>MissingResourceException</code> with
|
||||
* <code>message</code>, <code>className</code>, <code>key</code>,
|
||||
* and <code>cause</code>. This constructor is package private for
|
||||
* use by <code>ResourceBundle.getBundle</code>.
|
||||
* Constructs a {@code MissingResourceException} with
|
||||
* {@code message}, {@code className}, {@code key},
|
||||
* and {@code cause}. This constructor is package private for
|
||||
* use by {@code ResourceBundle.getBundle}.
|
||||
*
|
||||
* @param message
|
||||
* the detail message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue