You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/05/02 20:38:39 UTC

[maven-ejb-plugin] branch master updated: Fixed javadoc issues.

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

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 67e16a8  Fixed javadoc issues.
67e16a8 is described below

commit 67e16a8db11e148753a4bf1a67cc613d377fae54
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed May 2 22:38:26 2018 +0200

    Fixed javadoc issues.
---
 src/main/java/org/apache/maven/plugins/ejb/EjbHelper.java        | 2 +-
 src/main/java/org/apache/maven/plugins/ejb/IncludesExcludes.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/ejb/EjbHelper.java b/src/main/java/org/apache/maven/plugins/ejb/EjbHelper.java
index 619b029..a6a5b77 100644
--- a/src/main/java/org/apache/maven/plugins/ejb/EjbHelper.java
+++ b/src/main/java/org/apache/maven/plugins/ejb/EjbHelper.java
@@ -28,7 +28,7 @@ import java.io.File;
  * Think about this helper class, cause i've got the impression this can be made better.
  * </pre>
  * 
- * @author Karl Heinz Marbaise <kh...@apache.org>
+ * @author <a href="mailto:khmarbaise@apache.org">Karl Heinz Marbaise</a>
  */
 public final class EjbHelper
 {
diff --git a/src/main/java/org/apache/maven/plugins/ejb/IncludesExcludes.java b/src/main/java/org/apache/maven/plugins/ejb/IncludesExcludes.java
index 42e2a0c..2b5e0a7 100644
--- a/src/main/java/org/apache/maven/plugins/ejb/IncludesExcludes.java
+++ b/src/main/java/org/apache/maven/plugins/ejb/IncludesExcludes.java
@@ -23,7 +23,7 @@ import java.util.Collections;
 import java.util.List;
 
 /**
- * @author Karl Heinz Marbaise <kh...@apache.org>
+ * @author <a href="mailto:khmarbaise@apache.org">Karl Heinz Marbaise</a>
  */
 public class IncludesExcludes
 {

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.