On Tue, 3 Mar 2020 16:12:23 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

> The JDK 14 javadoc will emit a warning for an `@pram` tag of a generic 
> parameter if not surrounded by `<` and `>`. This will in turn fail the build, 
> since we treat warnings as errors. There are 5 classes in JavaFX with this 
> error. The fix is to replace `@param T` with `@param <T>` in those 5 places.
> 
> 
> I have tested this fix using javadoc from both JDK 13 and JDK 14.

Marked as reviewed by jvos (Reviewer).

-------------

PR: https://git.openjdk.java.net/jfx/pull/133

Reply via email to