Skip to content

Commit 97412ce

Browse files
committed
fix javadocs
1 parent e4462c1 commit 97412ce

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

src/main/java/info/unterrainer/commons/cliutils/consoleprogressbar/ConsoleProgressBar.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
* your applications.
2626
* <p>
2727
* Default values are:
28-
* <table summary="default values">
28+
* <table>
29+
* <caption>Default values</caption>
2930
* <tr>
3031
* <td><b>width</b></td>
3132
* <td>50</td>

src/main/java/info/unterrainer/commons/cliutils/consoleprogressbar/drawablecomponents/PercentGauge.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
* since for this representation you have to to clear all characters on each
3939
* redraw using '\b' (backspace).
4040
* <p>
41-
* <table summary="default values">
41+
* <table>
42+
* <caption>Default values</caption>
4243
* <tr>
4344
* <td><b>prefix</b></td>
4445
* <td>"file a: "</td>

src/main/java/info/unterrainer/commons/cliutils/consoleprogressbar/drawablecomponents/ProgressBar.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
* since for this representation you have to to clear all characters on each
3434
* redraw using '\b' (backspace).
3535
* <p>
36-
* <table summary="default values">
36+
* <table>
37+
* <caption>Default values</caption>
3738
* <tr>
3839
* <td><b>prefix</b></td>
3940
* <td>"file a: "</td>

src/main/java/info/unterrainer/commons/cliutils/consoleprogressbar/drawablecomponents/SimpleInsertBar.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
* characters like the Eclipse console-implementation (before Mars (4.5)) or a
3838
* pipe to a file.
3939
* <p>
40-
* Default values are:
41-
* <table summary="default values">
40+
* <table>
41+
* <caption>Default values</caption>
4242
* <tr>
4343
* <td><b>prefix</b></td>
4444
* <td>"file a: "</td>

0 commit comments

Comments
 (0)