RFR: 8255043: Incorrectly styled copyright text
Jayathirth D V
jdv at openjdk.java.net
Tue Oct 20 15:43:14 UTC 2020
On Tue, 20 Oct 2020 08:17:27 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> In some files, the copyright text is styled as a JavaDoc comment.
> Most of the affected files are tests, only one product file is affected:
> src/java.sql/share/classes/javax/sql/package-info.java
>
> The chenge is trivial:
> - /**
> + /*
> * Copyright (c)
Marked as reviewed by jdv (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/759
More information about the core-libs-dev
mailing list