Skip to content

Commit

Permalink
8276681: Additional malformed Javadoc inline tags in JDK source
Browse files Browse the repository at this point in the history
Reviewed-by: lancea
  • Loading branch information
tprinzing authored and Lance Andersen committed Dec 2, 2021
1 parent b310f30 commit b8ac0d2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* <li> It tracks the animation state for every UI component involved in the
* animation and paints {@code Skin} in new {@code State} over the
* {@code Skin} in last {@code State} using
* {@code AlphaComposite.SrcOver.derive(alpha)} where {code alpha}
* {@code AlphaComposite.SrcOver.derive(alpha)} where {@code alpha}
* depends on the state of animation
* </ul>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public RequiredModelMBean()
*
* @exception MBeanException Wraps a distributed communication Exception.
* @exception RuntimeOperationsException Wraps an
* {link java.lang.IllegalArgumentException}:
* {@link java.lang.IllegalArgumentException}:
* The MBeanInfo passed in parameter is null.
*
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ public static <T> CompletionStage<T> getBodyAsync(Executor e, BodySubscriber<T>
* Invokes bs::getBody using the provided executor.
* If invoking bs::getBody requires an executor, and the given executor
* is a {@link HttpClientImpl.DelegatingExecutor}, then the executor's
* delegate is used. If an error occurs anywhere then the given {code cf}
* delegate is used. If an error occurs anywhere then the given {@code cf}
* is completed exceptionally (this method does not throw).
* @param e The executor that should be used to call bs::getBody
* @param bs The BodySubscriber
Expand Down
6 changes: 3 additions & 3 deletions src/java.rmi/share/classes/java/rmi/server/RemoteObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public String toString() {
* written by {@link java.io.ObjectOutput#writeInt(int)}
*
* <li>the data written as a result of calling
* {link java.rmi.server.ObjID#write(java.io.ObjectOutput)}
* {@link java.rmi.server.ObjID#write(java.io.ObjectOutput)}
* on the <code>ObjID</code> instance contained in the reference
*
* <li>the boolean value <code>false</code>,
Expand All @@ -275,7 +275,7 @@ public String toString() {
* written by {@link java.io.ObjectOutput#writeInt(int)}
*
* <li>the data written as a result of calling
* {link java.rmi.server.ObjID#write(java.io.ObjectOutput)}
* {@link java.rmi.server.ObjID#write(java.io.ObjectOutput)}
* on the <code>ObjID</code> instance contained in the reference
*
* <li>the boolean value <code>false</code>,
Expand Down Expand Up @@ -304,7 +304,7 @@ public String toString() {
* <code>writeObject</code> on the stream instance
*
* <li>the data written as a result of calling
* {link java.rmi.server.ObjID#write(java.io.ObjectOutput)}
* {@link java.rmi.server.ObjID#write(java.io.ObjectOutput)}
* on the <code>ObjID</code> instance contained in the reference
*
* <li>the boolean value <code>false</code>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public int getLength() {

/**
* Return the <i>i</i><sup>th</sup> 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 <i>i</i><sup>th</sup> SignatureProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static Trees instance(CompilationTask task) {
}

/**
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* @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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static ProcessResults executeChildProcess(final Class classToExecute,
}

/**
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public interface PublisherVerificationRules {
* <p>
* The test is not executed if {@link org.reactivestreams.tck.PublisherVerification#maxElementsFromPublisher()} is less than 10.
* <p>
* 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}.
Expand Down

1 comment on commit b8ac0d2

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.