cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 26 Dec 2022 13:00:16 +0000 (14:00 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 26 Dec 2022 13:00:16 +0000 (14:00 +0100)
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/config/SendEmailConfigurer.java

index 50cccbeb071c2108540be92a953662ed50617235..32bc8f92e9944f234bf2e066b48d611ff79fcea9 100644 (file)
@@ -23,7 +23,7 @@ import org.springframework.mail.javamail.JavaMailSenderImpl;
 
 /**
  * This class replaces the {@code org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration} which can not
- * yet used in this project.
+ * yet be used in this project.
  * <p>
  * The configurations keys contained in here explicitly are not placed in {@link CdmConfigurationKeys} since this class here
  * does only replace missing functionality which otherwise would be provided by the spring boot <code>MailSenderAutoConfiguration</code>.