Integrated: JDK-8262315: missing ';' in generated entities

2021-02-24 Thread Jonathan Gibbons
On Wed, 24 Feb 2021 17:45:19 GMT, Jonathan Gibbons  wrote:

> Fix  typo-by-omission.  A `;` is missing after ``.
> 
> This is in the build tools, in the code for the `@jls` taglet, used to 
> generate docs. No change to JDK product code.

This pull request has now been integrated.

Changeset: 65492129
Author:Jonathan Gibbons 
URL:   https://git.openjdk.java.net/jdk/commit/65492129
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod

8262315: missing ';' in generated entities

Reviewed-by: lancea

-

PR: https://git.openjdk.java.net/jdk/pull/2709


Re: RFR: JDK-8262315: missing ';' in generated entities

2021-02-24 Thread Lance Andersen
On Wed, 24 Feb 2021 17:45:19 GMT, Jonathan Gibbons  wrote:

> Fix  typo-by-omission.  A `;` is missing after ``.
> 
> This is in the build tools, in the code for the `@jls` taglet, used to 
> generate docs. No change to JDK product code.

Marked as reviewed by lancea (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/2709


RFR: JDK-8262315: missing ';' in generated entities

2021-02-24 Thread Jonathan Gibbons
Fix  typo-by-omission.  A `;` is missing after ``.

This is in the build tools, in the code for the `@jls` taglet, used to generate 
docs. No change to JDK product code.

-

Commit messages:
 - JDK-8262315: missing ';' in generated entities

Changes: https://git.openjdk.java.net/jdk/pull/2709/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=2709=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8262315
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2709.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2709/head:pull/2709

PR: https://git.openjdk.java.net/jdk/pull/2709