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

commit 6fde37491d70ceefdc1181d7fa5d2d40be2720e4
Author: Nick Burch <n...@gagravarr.org>
AuthorDate: Wed Apr 4 08:14:21 2018 +0100

    Mark the ContentHandlerFactory override parse method as still experimental, 
pending more feedback and a decision on returning a list of created handlers
---
 .../java/org/apache/tika/parser/multiple/AbstractMultipleParser.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/tika-core/src/main/java/org/apache/tika/parser/multiple/AbstractMultipleParser.java
 
b/tika-core/src/main/java/org/apache/tika/parser/multiple/AbstractMultipleParser.java
index 14e1a40..6d168eb 100644
--- 
a/tika-core/src/main/java/org/apache/tika/parser/multiple/AbstractMultipleParser.java
+++ 
b/tika-core/src/main/java/org/apache/tika/parser/multiple/AbstractMultipleParser.java
@@ -197,6 +197,8 @@ public abstract class AbstractMultipleParser extends 
AbstractParser {
      * The actual processing is delegated to one or more {@link Parser}s.
      * You will get one ContentHandler fetched for each Parser used.
      * TODO Do we need to return all the ContentHandler instances we created?
+     * @deprecated The {@link ContentHandlerFactory} override is still 
experimental 
+     *  and the method signature is subject to change before Tika 2.0
      */
     public void parse(
             InputStream stream, ContentHandlerFactory handlers,

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

Reply via email to