Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit 4e8777e

Browse files
committed
fix: make HTML in javadoc valid
1 parent 6ab4cac commit 4e8777e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/worksap/tools/spotbugs/maven/incremental/SpotBugsMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* <p>Execute this mojo before you run spotbugs-maven-plugin, then you can check analysis only for
4545
* updated Java classes.
4646
*
47-
* <p><code><pre>
47+
* <pre>
4848
* &lt;plugin&gt;
4949
* &lt;groupId&gt;com.worksap.tools&lt;/groupId&gt;
5050
* &lt;artifactId&gt;incremental-analysis-maven-plugin&lt;/artifactId&gt;
@@ -69,7 +69,7 @@
6969
* &lt;/goals&gt;
7070
* &lt;/execution&gt;
7171
* &lt;/executions&gt;
72-
* &lt;/plugin&gt;</pre></code>
72+
* &lt;/plugin&gt;</pre>
7373
*
7474
* @author Kengo TODA (toda_k@worksap.co.jp)
7575
*/

0 commit comments

Comments
 (0)