This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 53221c32a7b52bb193e3b34bbaf31ee4aa1d4849 Author: SAY-5 <[email protected]> AuthorDate: Thu Apr 16 16:22:10 2026 -0700 Fix occured typo in HasException.java Signed-off-by: SAY-5 <[email protected]> --- .../main/java/org/apache/james/transport/matchers/HasException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailet/standard/src/main/java/org/apache/james/transport/matchers/HasException.java b/mailet/standard/src/main/java/org/apache/james/transport/matchers/HasException.java index 09efe4131c..46e5650c23 100644 --- a/mailet/standard/src/main/java/org/apache/james/transport/matchers/HasException.java +++ b/mailet/standard/src/main/java/org/apache/james/transport/matchers/HasException.java @@ -35,7 +35,7 @@ import com.google.common.collect.ImmutableList; /** * <p> * This Matcher determines if the exception specified in the condition or - * the subclasses of it has occured during the processing of the mail. + * the subclasses of it has occurred during the processing of the mail. * If true, all recipients are returned, else null. This matcher presupposes * that the exception has been captured as a Mail attribute * {@value org.apache.mailet.Mail#MAILET_ERROR_ATTRIBUTE_NAME} in the process. @@ -63,7 +63,7 @@ public class HasException extends GenericMatcher { /** * <p> * Returns the recipients of the mail if the specified exception or the - * subclasses of it has occured. + * subclasses of it has occurred. * </p> * * @param mail --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
