Kaydet (Commit) 4db06c5a authored tarafından rbuj's avatar rbuj Kaydeden (comit) Thomas Arnhold

reportbuilder: fix javadoc error: no summary or caption for table

Change-Id: I5697ebe0481491d70ee728cac5343aaf892ad29f
Reviewed-on: https://gerrit.libreoffice.org/11242Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst f09d060b
...@@ -24,7 +24,7 @@ import java.io.IOException; ...@@ -24,7 +24,7 @@ import java.io.IOException;
* not yet been started, canceled), and the job status can be queried (scheduled, * not yet been started, canceled), and the job status can be queried (scheduled,
* running, finished). * running, finished).
* *
* <table border="1"> * <table summary="Job status values" border="1">
* <tr> * <tr>
* <th>JobStatus</th><th>running</th><th>finished</th> * <th>JobStatus</th><th>running</th><th>finished</th>
* </tr> * </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment