fix javadoc failure
diff --git a/src/test/java/org/apache/maven/plugins/ejb/EjbMojoTest.java b/src/test/java/org/apache/maven/plugins/ejb/EjbMojoTest.java
index 14a2c13..89e6c70 100644
--- a/src/test/java/org/apache/maven/plugins/ejb/EjbMojoTest.java
+++ b/src/test/java/org/apache/maven/plugins/ejb/EjbMojoTest.java
@@ -427,8 +427,8 @@
     }
 
     /**
-     * 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
      */