diff --git a/pom.xml b/pom.xml
index 05b6e5e8..d640a603 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jvnet.hudson.plugins
analysis-pom
- 8.6.0
+ 10.0.0
diff --git a/src/main/java/io/jenkins/plugins/datatables/AsyncTableContentProvider.java b/src/main/java/io/jenkins/plugins/datatables/AsyncTableContentProvider.java
index b6ea9b1b..b626a749 100644
--- a/src/main/java/io/jenkins/plugins/datatables/AsyncTableContentProvider.java
+++ b/src/main/java/io/jenkins/plugins/datatables/AsyncTableContentProvider.java
@@ -6,6 +6,7 @@
* Defines additional API methods a Jenkins {@link ModelObject} must provide in order to render JQuery DataTables in a
* corresponding jelly view using the tag {@code table.jelly} of the {@code data-tables-api-plugin}. Those tables will
* have the data loaded asynchronously using an Ajax call.
+ *
*
* Typically, you do not need to implement this interface directly. Preferred way is to use the default implementation
* in {@link DefaultAsyncTableContentProvider} that already provides the correct extraction of the data rows as JSON