This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/master by this push:
     new 3eff3ac  TIKA-2454: cleanup unused TEXT_PARSER thanks to Matthew 
Caruana Galizia
3eff3ac is described below

commit 3eff3ac86cb826faf76d98fb80147c28a4eb7562
Author: tballison <[email protected]>
AuthorDate: Wed Aug 30 20:01:43 2017 -0400

    TIKA-2454: cleanup unused TEXT_PARSER thanks to Matthew Caruana Galizia
---
 .../src/main/java/org/apache/tika/parser/mbox/OutlookPSTParser.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tika-parsers/src/main/java/org/apache/tika/parser/mbox/OutlookPSTParser.java 
b/tika-parsers/src/main/java/org/apache/tika/parser/mbox/OutlookPSTParser.java
index 17df9be..7a6ada8 100644
--- 
a/tika-parsers/src/main/java/org/apache/tika/parser/mbox/OutlookPSTParser.java
+++ 
b/tika-parsers/src/main/java/org/apache/tika/parser/mbox/OutlookPSTParser.java
@@ -66,7 +66,7 @@ public class OutlookPSTParser extends AbstractParser {
 
     public static final MediaType MS_OUTLOOK_PST_MIMETYPE = 
MediaType.application("vnd.ms-outlook-pst");
     private static final Set<MediaType> SUPPORTED_TYPES = 
singleton(MS_OUTLOOK_PST_MIMETYPE);
-    private static final Parser TEXT_PARSER = new TXTParser();
+
     private static AttributesImpl createAttribute(String attName, String 
attValue) {
         AttributesImpl attributes = new AttributesImpl();
         attributes.addAttribute("", attName, attName, "CDATA", attValue);

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to