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 5b1e1d5ab0c649c4746e04bb8ab527d9284cfa36 Author: SAY-5 <[email protected]> AuthorDate: Thu Apr 16 16:22:18 2026 -0700 Fix occured typo in StoreProcessor.java Signed-off-by: SAY-5 <[email protected]> --- .../src/main/java/org/apache/james/fetchmail/StoreProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/protocols/fetchmail/src/main/java/org/apache/james/fetchmail/StoreProcessor.java b/server/protocols/fetchmail/src/main/java/org/apache/james/fetchmail/StoreProcessor.java index e38b690062..77f7dba9d1 100644 --- a/server/protocols/fetchmail/src/main/java/org/apache/james/fetchmail/StoreProcessor.java +++ b/server/protocols/fetchmail/src/main/java/org/apache/james/fetchmail/StoreProcessor.java @@ -82,7 +82,7 @@ public class StoreProcessor extends ProcessorAbstract { store.close(); } } catch (MessagingException ex) { - LOGGER.error("A MessagingException occured while closing the Store", ex); + LOGGER.error("A MessagingException occurred while closing the Store", ex); } LOGGER.info("Finished fetching mail from server '{}' for user '{}' in folder '{}'", getHost(), getUser(), getJavaMailFolderName()); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
