This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit a075963861e083d4437a739f56df811c3db3bf68
Author: David Blevins <david.blev...@gmail.com>
AuthorDate: Wed May 15 16:15:46 2019 +0900

    Javadoc errors
---
 .../openejb-api/src/main/java/org/apache/openejb/api/EjbDeployment.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/container/openejb-api/src/main/java/org/apache/openejb/api/EjbDeployment.java 
b/container/openejb-api/src/main/java/org/apache/openejb/api/EjbDeployment.java
index e4183b2..83b8eb9 100644
--- 
a/container/openejb-api/src/main/java/org/apache/openejb/api/EjbDeployment.java
+++ 
b/container/openejb-api/src/main/java/org/apache/openejb/api/EjbDeployment.java
@@ -22,7 +22,7 @@ import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 
 /**
- * Annotation that matches the <ejb-deployment> element in the openejb-jar.xml 
file
+ * Annotation that matches the &lt;ejb-deployment&gt; element in the 
openejb-jar.xml file
  */
 @Target(ElementType.TYPE)
 @Retention(RetentionPolicy.RUNTIME)

Reply via email to