Commit 8ba7c15
committed
[Javadoc] Fix Checkstyle error
- This can only happen if you use the latest version of Checkstyle
available from commons-parent:98-SNAPSHOT
- [ERROR]
src/main/java/org/apache/commons/cli/OptionValidator.java:[101] (imports)
UnusedImports: Javadoc comment at column 8 has parse error. Details: no
viable alternative at input '</' while parsing HTML_ELEMENT1 parent 05e38fc commit 8ba7c15
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | | - | |
| 115 | + | |
115 | 116 | | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
0 commit comments