diff --git a/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/AnimationController.java b/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/AnimationController.java index 05c2f5c0a40..b50a5ad583e 100644 --- a/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/AnimationController.java +++ b/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/AnimationController.java @@ -59,7 +59,7 @@ import sun.awt.AppContext; *
ObjID instance contained in the reference
*
* false,
@@ -275,7 +275,7 @@ public abstract class RemoteObject implements Remote, java.io.Serializable {
* written by {@link java.io.ObjectOutput#writeInt(int)}
*
* ObjID instance contained in the reference
*
* false,
@@ -304,7 +304,7 @@ public abstract class RemoteObject implements Remote, java.io.Serializable {
* writeObject on the stream instance
*
* ObjID instance contained in the reference
*
* false,
diff --git a/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/SignatureProperties.java b/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/SignatureProperties.java
index 22f19b88cb7..e409c992500 100644
--- a/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/SignatureProperties.java
+++ b/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/SignatureProperties.java
@@ -88,7 +88,7 @@ public class SignatureProperties extends SignatureElementProxy {
/**
* Return the ith SignatureProperty. Valid {@code i}
- * values are 0 to {@code {link@ getSize}-1}.
+ * values are 0 to {@code {@link getSize}-1}.
*
* @param i Index of the requested {@link SignatureProperty}
* @return the ith SignatureProperty
diff --git a/src/jdk.compiler/share/classes/com/sun/source/util/Trees.java b/src/jdk.compiler/share/classes/com/sun/source/util/Trees.java
index b33117bc541..e4228d37bd5 100644
--- a/src/jdk.compiler/share/classes/com/sun/source/util/Trees.java
+++ b/src/jdk.compiler/share/classes/com/sun/source/util/Trees.java
@@ -72,7 +72,7 @@ public abstract class Trees {
}
/**
- * Returns a {code Trees} object for a given {@code ProcessingEnvironment}.
+ * Returns a {@code Trees} object for a given {@code ProcessingEnvironment}.
* @param env the processing environment for which to get the {@code Trees} object
* @throws IllegalArgumentException if the env does not support the Tree API.
* @return the {@code Trees} object
diff --git a/test/jdk/java/awt/Desktop/DesktopEventsExceptions/DesktopEventsExceptions.java b/test/jdk/java/awt/Desktop/DesktopEventsExceptions/DesktopEventsExceptions.java
index 2a1b88d7d73..83a35b71a12 100644
--- a/test/jdk/java/awt/Desktop/DesktopEventsExceptions/DesktopEventsExceptions.java
+++ b/test/jdk/java/awt/Desktop/DesktopEventsExceptions/DesktopEventsExceptions.java
@@ -45,7 +45,7 @@ import java.util.List;
* @test
* @bug 8203224
* @summary tests that the correct exceptions are thrown by the events classes
- * in {code java.awt.desktop} package
+ * in {@code java.awt.desktop} package
* @run main/othervm DesktopEventsExceptions
* @run main/othervm -Djava.awt.headless=true DesktopEventsExceptions
*/
diff --git a/test/jdk/java/awt/regtesthelpers/process/ProcessCommunicator.java b/test/jdk/java/awt/regtesthelpers/process/ProcessCommunicator.java
index 60a5952b32c..474a23717ea 100644
--- a/test/jdk/java/awt/regtesthelpers/process/ProcessCommunicator.java
+++ b/test/jdk/java/awt/regtesthelpers/process/ProcessCommunicator.java
@@ -76,7 +76,7 @@ public class ProcessCommunicator {
}
/**
- * Executes child {code Process}
+ * Executes child {@code Process}
*
* @param classToExecute class to be executed as a child java process
* @param args args to be passed in to the child process
diff --git a/test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java b/test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java
index 823a5174652..3af007cb9e1 100644
--- a/test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java
+++ b/test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/flow/support/PublisherVerificationRules.java
@@ -126,7 +126,7 @@ public interface PublisherVerificationRules {
* * The test is not executed if {@link org.reactivestreams.tck.PublisherVerification#maxElementsFromPublisher()} is less than 10. *
- * Note that this test is probabilistic, that is, may not capture any concurrent invocation in a {code Publisher} implementation. + * Note that this test is probabilistic, that is, may not capture any concurrent invocation in a {@code Publisher} implementation. * Note also that this test is sensitive to cases when a {@code request()} call in {@code onSubscribe()} triggers an asynchronous * call to the other {@code onXXX} methods. In contrast, the test allows synchronous call chain of * {@code onSubscribe -> request -> onNext}.