edvin / tornadofx-controls

CSS Stylable Controls for JavaFX
Apache License 2.0
107 stars 16 forks source link

Javadoc Error #3

Closed gtnarg closed 7 years ago

gtnarg commented 7 years ago

When I try to build this project with maven I receive the following error:

[ERROR] Exit code: 1 - C:\dev\source\trunk\tornadofx\tornadofx-controls\src\main\java\tornadofx\control\TableRowExpanderColumn.java:19: error: bad use of '>'
[ERROR] * TableRowExpanderColumn<Customer> expander = new TableRowExpanderColumn<>(param -> {

Thanks, Grant

edvin commented 7 years ago

It seems I needed to escape < with &lt; to satisfy the maven-javadoc-plugin. Fixed now :)