mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
Minor coding style update of javadoc tag in any file in java.base Reviewed-by: bchristi, lancea
This commit is contained in:
parent
13d0bac294
commit
d15a57b842
139 changed files with 3499 additions and 3499 deletions
|
@ -79,7 +79,7 @@ public class AssertionError extends Error {
|
|||
|
||||
/**
|
||||
* Constructs an AssertionError with its detail message derived
|
||||
* from the specified <code>boolean</code>, which is converted to
|
||||
* from the specified {@code boolean}, which is converted to
|
||||
* a string as defined in section 15.18.1.1 of
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
*
|
||||
|
@ -91,7 +91,7 @@ public class AssertionError extends Error {
|
|||
|
||||
/**
|
||||
* Constructs an AssertionError with its detail message derived
|
||||
* from the specified <code>char</code>, which is converted to a
|
||||
* from the specified {@code char}, which is converted to a
|
||||
* string as defined in section 15.18.1.1 of
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
*
|
||||
|
@ -103,7 +103,7 @@ public class AssertionError extends Error {
|
|||
|
||||
/**
|
||||
* Constructs an AssertionError with its detail message derived
|
||||
* from the specified <code>int</code>, which is converted to a
|
||||
* from the specified {@code int}, which is converted to a
|
||||
* string as defined in section 15.18.1.1 of
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
*
|
||||
|
@ -115,7 +115,7 @@ public class AssertionError extends Error {
|
|||
|
||||
/**
|
||||
* Constructs an AssertionError with its detail message derived
|
||||
* from the specified <code>long</code>, which is converted to a
|
||||
* from the specified {@code long}, which is converted to a
|
||||
* string as defined in section 15.18.1.1 of
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
*
|
||||
|
@ -127,7 +127,7 @@ public class AssertionError extends Error {
|
|||
|
||||
/**
|
||||
* Constructs an AssertionError with its detail message derived
|
||||
* from the specified <code>float</code>, which is converted to a
|
||||
* from the specified {@code float}, which is converted to a
|
||||
* string as defined in section 15.18.1.1 of
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
*
|
||||
|
@ -139,7 +139,7 @@ public class AssertionError extends Error {
|
|||
|
||||
/**
|
||||
* Constructs an AssertionError with its detail message derived
|
||||
* from the specified <code>double</code>, which is converted to a
|
||||
* from the specified {@code double}, which is converted to a
|
||||
* string as defined in section 15.18.1.1 of
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue