Skip to content

Commit

Permalink
fix javadoc failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jun 7, 2020
1 parent 33b1e45 commit 7e8f686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/apache/maven/plugins/ejb/EjbMojoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ public void testClientJarExclusionsWithEmptyPackage()
}

/**
* Tests if the mojo throws an exception when the EJB version is < 3.0 and no deployment descriptor is present. The
* case with deployment descriptor present is covered by previous tests.
* Tests if the mojo throws an exception when the EJB version is &lt; 3.0 and no deployment descriptor is present.
* The case with deployment descriptor present is covered by previous tests.
*
* @throws Exception if any exception occurs
*/
Expand Down

0 comments on commit 7e8f686

Please sign in to comment.