You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2018/03/19 14:33:32 UTC

[tika] branch multiple-parsers updated: All obvious places that need changing have, alias back in the original name for compatibility

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

nick pushed a commit to branch multiple-parsers
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/multiple-parsers by this push:
     new f80fc23  All obvious places that need changing have, alias back in the original name for compatibility
f80fc23 is described below

commit f80fc232170f38216feee52a85087f17b4003311
Author: Nick Burch <ni...@gagravarr.org>
AuthorDate: Mon Mar 19 14:08:25 2018 +0000

    All obvious places that need changing have, alias back in the original name for compatibility
---
 .../src/main/java/org/apache/tika/parser/RecursiveParserWrapper.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-core/src/main/java/org/apache/tika/parser/RecursiveParserWrapper.java b/tika-core/src/main/java/org/apache/tika/parser/RecursiveParserWrapper.java
index c426a42..ab7af7b 100644
--- a/tika-core/src/main/java/org/apache/tika/parser/RecursiveParserWrapper.java
+++ b/tika-core/src/main/java/org/apache/tika/parser/RecursiveParserWrapper.java
@@ -84,7 +84,7 @@ public class RecursiveParserWrapper implements Parser {
     public final static Property EMBEDDED_RESOURCE_LIMIT_REACHED = 
                 Property.internalBoolean(TikaCoreProperties.TIKA_META_EXCEPTION_PREFIX + "embedded_resource_limit_reached");
 
-    public final static Property EMBEDDED_EXCEPTIONx = ParserUtils.EMBEDDED_EXCEPTION;
+    public final static Property EMBEDDED_EXCEPTION = ParserUtils.EMBEDDED_EXCEPTION;
     //move this to TikaCoreProperties?
     public final static Property EMBEDDED_RESOURCE_PATH = 
                 Property.internalText(TikaCoreProperties.TIKA_META_PREFIX+"embedded_resource_path");

-- 
To stop receiving notification emails like this one, please contact
nick@apache.org.