Skip to content

Commit 2aac4d0

Browse files
committed
Fix javadoc errors (no self closing is allowed)
1 parent e339d9e commit 2aac4d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assertj-generator-maven-plugin/src/main/java/org/assertj/assertions/generator/maven/AssertJAssertionsGeneratorMojo.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ public class AssertJAssertionsGeneratorMojo extends AbstractMojo {
6868
public String targetDir;
6969

7070
/**
71-
* Package where generated assertion classes will reside.
72-
* <p/>
71+
* <p>Package where generated assertion classes will reside.</p>
72+
* <p>
7373
* If not set (or set to empty), each assertion class is generated in the package of the corresponding class to assert.
7474
* For example the generated assertion class for com.nba.Player will be com.nba.PlayerAssert (in the same package as Player).
75-
* Defaults to ''.<br>
76-
* <p/>
77-
* Note that the Assertions entry point classes package is controlled by the entryPointClassPackage property.
75+
* Defaults to ''.
76+
* </p>
77+
* <p>Note that the Assertions entry point classes package is controlled by the entryPointClassPackage property.</p>
7878
*/
7979
@Parameter(defaultValue = "", property = "assertj.generateAssertionsInPackage")
8080
public String generateAssertionsInPackage;

0 commit comments

Comments
 (0)