Skip to content

Commit a4ba53b

Browse files
committed
Fix JavaDoc paragraph.
1 parent dd4ce79 commit a4ba53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/jenkins/plugins/datatables/AsyncTableContentProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Defines additional API methods a Jenkins {@link ModelObject} must provide in order to render JQuery DataTables in a
77
* corresponding jelly view using the tag {@code table.jelly} of the {@code data-tables-api-plugin}. Those tables will
88
* have the data loaded asynchronously using an Ajax call.
9+
*
910
* <p>
1011
* Typically, you do not need to implement this interface directly. Preferred way is to use the default implementation
1112
* in {@link DefaultAsyncTableContentProvider} that already provides the correct extraction of the data rows as JSON

0 commit comments

Comments
 (0)