You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2020/12/21 07:29:27 UTC

[james-project] 02/17: JAMES-3431 Fix a JavaDoc error

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 4515e25d4bff220f0e74502569be5dbcc2f2092b
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Dec 16 16:49:38 2020 +0700

    JAMES-3431 Fix a JavaDoc error
---
 .../src/main/java/org/apache/james/transport/mailets/DSNBounce.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/DSNBounce.java b/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/DSNBounce.java
index 211eb67..98c33ce 100755
--- a/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/DSNBounce.java
+++ b/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/DSNBounce.java
@@ -109,7 +109,7 @@ import com.google.common.collect.ImmutableSet;
  * </code>
  * </pre>
  *
- * @see org.apache.james.transport.mailets.AbstractNotify
+ * @see RedirectNotify
  */
 
 public class DSNBounce extends GenericMailet implements RedirectNotify {


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org