mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8249205: Remove unnecessary trademark symbols
Reviewed-by: darcy, lancea, bpb, prr, jjg, cjplummer, iris, dfuchs, weijun, joehw, wetmore, bchristi
This commit is contained in:
parent
24f4f14c3d
commit
55039aa1c6
337 changed files with 545 additions and 545 deletions
|
@ -207,7 +207,7 @@ import sun.security.util.SecurityConstants;
|
|||
*
|
||||
* <p> Any class name provided as a {@code String} parameter to methods in
|
||||
* {@code ClassLoader} must be a binary name as defined by
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
* <cite>The Java Language Specification</cite>.
|
||||
*
|
||||
* <p> Examples of valid class names include:
|
||||
* <blockquote><pre>
|
||||
|
@ -220,7 +220,7 @@ import sun.security.util.SecurityConstants;
|
|||
* <p> Any package name provided as a {@code String} parameter to methods in
|
||||
* {@code ClassLoader} must be either the empty string (denoting an unnamed package)
|
||||
* or a fully qualified name as defined by
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
* <cite>The Java Language Specification</cite>.
|
||||
*
|
||||
* @jls 6.7 Fully Qualified Names
|
||||
* @jls 13.1 The Form of a Binary
|
||||
|
@ -765,7 +765,7 @@ public abstract class ClassLoader {
|
|||
* The bytes that make up the class data. The bytes in positions
|
||||
* {@code off} through {@code off+len-1} should have the format
|
||||
* of a valid class file as defined by
|
||||
* <cite>The Java™ Virtual Machine Specification</cite>.
|
||||
* <cite>The Java Virtual Machine Specification</cite>.
|
||||
*
|
||||
* @param off
|
||||
* The start offset in {@code b} of the class data
|
||||
|
@ -838,7 +838,7 @@ public abstract class ClassLoader {
|
|||
* The bytes that make up the class data. The bytes in positions
|
||||
* {@code off} through {@code off+len-1} should have the format
|
||||
* of a valid class file as defined by
|
||||
* <cite>The Java™ Virtual Machine Specification</cite>.
|
||||
* <cite>The Java Virtual Machine Specification</cite>.
|
||||
*
|
||||
* @param off
|
||||
* The start offset in {@code b} of the class data
|
||||
|
@ -972,7 +972,7 @@ public abstract class ClassLoader {
|
|||
* The bytes that make up the class data. The bytes in positions
|
||||
* {@code off} through {@code off+len-1} should have the format
|
||||
* of a valid class file as defined by
|
||||
* <cite>The Java™ Virtual Machine Specification</cite>.
|
||||
* <cite>The Java Virtual Machine Specification</cite>.
|
||||
*
|
||||
* @param off
|
||||
* The start offset in {@code b} of the class data
|
||||
|
@ -1056,7 +1056,7 @@ public abstract class ClassLoader {
|
|||
* The bytes that make up the class data. The bytes from positions
|
||||
* {@code b.position()} through {@code b.position() + b.limit() -1
|
||||
* } should have the format of a valid class file as defined by
|
||||
* <cite>The Java™ Virtual Machine Specification</cite>.
|
||||
* <cite>The Java Virtual Machine Specification</cite>.
|
||||
*
|
||||
* @param protectionDomain
|
||||
* The {@code ProtectionDomain} of the class, or {@code null}.
|
||||
|
@ -1213,7 +1213,7 @@ public abstract class ClassLoader {
|
|||
* used by a class loader to link a class. If the class {@code c} has
|
||||
* already been linked, then this method simply returns. Otherwise, the
|
||||
* class is linked as described in the "Execution" chapter of
|
||||
* <cite>The Java™ Language Specification</cite>.
|
||||
* <cite>The Java Language Specification</cite>.
|
||||
*
|
||||
* @param c
|
||||
* The class to link
|
||||
|
@ -2532,7 +2532,7 @@ public abstract class ClassLoader {
|
|||
* is to be set. A {@code null} value indicates the unnamed
|
||||
* package that is "current"
|
||||
* (see section 7.4.2 of
|
||||
* <cite>The Java™ Language Specification</cite>.)
|
||||
* <cite>The Java Language Specification</cite>.)
|
||||
*
|
||||
* @param enabled
|
||||
* {@code true} if classes loaded by this classloader and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue