This is a follow-up fix for JDK-8180066. As mentioned in the description of PR #1159 [1], we should normalize the javadoc comment blocks in the package-info.java files, which were converted from package.html.
Ordinarily, this would be a low-priority cleanup task, but it is also the best solution to a CI test failure that was introduced byJDK-8180066 and is being tracked by JDK-8310654. As such I am setting the priority of this bug to match that of JDK-8310654.
[1] https://github.com/openjdk/jfx/pull/1159
Ordinarily, this would be a low-priority cleanup task, but it is also the best solution to a CI test failure that was introduced by
[1] https://github.com/openjdk/jfx/pull/1159
- relates to
-
JDK-8310654 validateSourceSets task fails on javafx/scene/package-info.java after JDK-8180066
- Resolved
-
JDK-8180066 Convert package.html files to package-info.java
- Resolved