This is an automated email from the ASF dual-hosted git repository. matthieu pushed a commit to branch refactorings-2 in repository https://gitbox.apache.org/repos/asf/james-project.git
commit b4f55a5157e8781e922646a7b70bedfa5ddc02a7 Author: Matthieu Baechler <[email protected]> AuthorDate: Fri Feb 3 08:54:12 2023 +0100 Reword a comment about DefaultTextExtractor --- .../org/apache/james/mailbox/store/extractor/DefaultTextExtractor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailbox/store/src/main/java/org/apache/james/mailbox/store/extractor/DefaultTextExtractor.java b/mailbox/store/src/main/java/org/apache/james/mailbox/store/extractor/DefaultTextExtractor.java index f42ced3a20..2bf97902d7 100644 --- a/mailbox/store/src/main/java/org/apache/james/mailbox/store/extractor/DefaultTextExtractor.java +++ b/mailbox/store/src/main/java/org/apache/james/mailbox/store/extractor/DefaultTextExtractor.java @@ -38,7 +38,7 @@ import reactor.core.scheduler.Schedulers; /** * A default text extractor that is directly based on the input file provided. * - * Costs less calculations that TikaTextExtractor, but result is not that good. + * Costs fewer calculations than TikaTextExtractor, but result is not that good. */ public class DefaultTextExtractor implements TextExtractor { @Override --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
