Disable javadoc plugin lint warnings
This commit is contained in:
parent
baab534692
commit
7d649f6d28
@ -67,7 +67,7 @@ public class ToggleSwitch extends Labeled {
|
||||
// Properties //
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
/*
|
||||
* Indicates whether this switch is selected.
|
||||
*/
|
||||
private BooleanProperty selected;
|
||||
|
3
pom.xml
3
pom.xml
@ -234,6 +234,9 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<configuration>
|
||||
<doclint>none</doclint>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user