*
- * @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