mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8276674: Malformed Javadoc inline tags in JDK source
Reviewed-by: jjg, rriggs, prappo, bchristi
This commit is contained in:
parent
e0f1fc783c
commit
652b5f8546
8 changed files with 13 additions and 13 deletions
|
@ -170,7 +170,7 @@ final class Nodes {
|
|||
}
|
||||
|
||||
/**
|
||||
* Produces a variable size @{link Node.Builder}.
|
||||
* Produces a variable size {@link Node.Builder}.
|
||||
*
|
||||
* @param <T> the type of elements of the node builder
|
||||
* @return a {@code Node.Builder}
|
||||
|
@ -208,7 +208,7 @@ final class Nodes {
|
|||
}
|
||||
|
||||
/**
|
||||
* Produces a variable size @{link Node.Builder.OfInt}.
|
||||
* Produces a variable size {@link Node.Builder.OfInt}.
|
||||
*
|
||||
* @return a {@code Node.Builder.OfInt}
|
||||
*/
|
||||
|
@ -245,7 +245,7 @@ final class Nodes {
|
|||
}
|
||||
|
||||
/**
|
||||
* Produces a variable size @{link Node.Builder.OfLong}.
|
||||
* Produces a variable size {@link Node.Builder.OfLong}.
|
||||
*
|
||||
* @return a {@code Node.Builder.OfLong}
|
||||
*/
|
||||
|
@ -282,7 +282,7 @@ final class Nodes {
|
|||
}
|
||||
|
||||
/**
|
||||
* Produces a variable size @{link Node.Builder.OfDouble}.
|
||||
* Produces a variable size {@link Node.Builder.OfDouble}.
|
||||
*
|
||||
* @return a {@code Node.Builder.OfDouble}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue