You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by ma...@apache.org on 2023/02/03 12:32:16 UTC

[james-project] 02/05: Reword a comment about DefaultTextExtractor

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 <ma...@baechler-craftsmanship.fr>
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: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org