You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assertj-generator-maven-plugin/src/main/java/org/assertj/assertions/generator/maven/AssertJAssertionsGeneratorMojo.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,13 @@ public class AssertJAssertionsGeneratorMojo extends AbstractMojo {
68
68
publicStringtargetDir;
69
69
70
70
/**
71
-
* Package where generated assertion classes will reside.
72
-
* <p/>
71
+
* <p>Package where generated assertion classes will reside.</p>
72
+
* <p>
73
73
* If not set (or set to empty), each assertion class is generated in the package of the corresponding class to assert.
74
74
* 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>
0 commit comments