diff --git a/pom.xml b/pom.xml index fe00874..eea2c03 100644 --- a/pom.xml +++ b/pom.xml @@ -350,7 +350,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.0.1 + 3.10.0 attach-javadocs @@ -363,7 +363,10 @@ true none - -Xdoclint:none + true + + https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} + diff --git a/src/main/java/com/flowingcode/vaadin/addons/gridexporter/ConcurrentDownloadTimeoutEvent.java b/src/main/java/com/flowingcode/vaadin/addons/gridexporter/ConcurrentDownloadTimeoutEvent.java index e3c5c1c..6b62d45 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/gridexporter/ConcurrentDownloadTimeoutEvent.java +++ b/src/main/java/com/flowingcode/vaadin/addons/gridexporter/ConcurrentDownloadTimeoutEvent.java @@ -10,8 +10,8 @@ * preventing other listeners from processing the event. *

* - * @param the type of the GridExporter source - * @see GridExporter#setConcurrentDownloadTimeout(long, java.util.concurrent.TimeUnit) + * @see GridExporterConcurrentSettings#setConcurrentDownloadTimeout(long, + * java.util.concurrent.TimeUnit) */ @SuppressWarnings("serial") public class ConcurrentDownloadTimeoutEvent extends EventObject { diff --git a/src/main/java/com/flowingcode/vaadin/addons/gridexporter/FooterToolbarItem.java b/src/main/java/com/flowingcode/vaadin/addons/gridexporter/FooterToolbarItem.java index 1e059a6..85d50f2 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/gridexporter/FooterToolbarItem.java +++ b/src/main/java/com/flowingcode/vaadin/addons/gridexporter/FooterToolbarItem.java @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -25,7 +25,7 @@ /** * Item that can be added to {@link FooterToolbar}. *

- * Default position is {@link FooterToolbarItemPosition.AFTER_EXPORT_BUTTONS} + * Default position is {@link FooterToolbarItemPosition#AFTER_EXPORT_BUTTONS} */ public class FooterToolbarItem implements Serializable { diff --git a/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java b/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java index 73c09f7..7ec44f7 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java +++ b/src/main/java/com/flowingcode/vaadin/addons/gridexporter/GridExporter.java @@ -761,7 +761,7 @@ public List> getColumns() { } /** - * Get columns in the positions specified by {@link GridExporter.setColumnPosition} + * Get columns in the positions specified by {@link GridExporter#setColumnPosition(Column, int)} */ public List> getColumnsOrdered() { return columns == null