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

ndipiazza pushed a commit to branch tika-grpc-3x-features
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/tika-grpc-3x-features by this 
push:
     new e344c6ff9 TIKA-4252: shorten huge line
e344c6ff9 is described below

commit e344c6ff9e135742db96e8398465dcf6d9da25b3
Author: Nicholas DiPiazza <[email protected]>
AuthorDate: Thu May 9 10:03:21 2024 -0500

    TIKA-4252: shorten huge line
---
 .../src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServerImpl.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/tika-pipes/tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServerImpl.java
 
b/tika-pipes/tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServerImpl.java
index 7386c7853..06dba228f 100644
--- 
a/tika-pipes/tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServerImpl.java
+++ 
b/tika-pipes/tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServerImpl.java
@@ -209,7 +209,8 @@ class TikaGrpcServerImpl extends TikaGrpc.TikaImplBase {
                 }
             }
             PipesResult pipesResult = pipesClient.process(new 
FetchEmitTuple(request.getFetchKey(),
-                    new FetchKey(fetcher.getName(), request.getFetchKey()), 
new EmitKey(), tikaMetadata, HandlerConfig.DEFAULT_HANDLER_CONFIG, 
FetchEmitTuple.ON_PARSE_EXCEPTION.SKIP));
+                    new FetchKey(fetcher.getName(), request.getFetchKey()), 
new EmitKey(), tikaMetadata,
+                        HandlerConfig.DEFAULT_HANDLER_CONFIG, 
FetchEmitTuple.ON_PARSE_EXCEPTION.SKIP));
             FetchAndParseReply.Builder fetchReplyBuilder =
                     
FetchAndParseReply.newBuilder().setFetchKey(request.getFetchKey());
             if (pipesResult.getEmitData() != null && 
pipesResult.getEmitData().getMetadataList() != null) {

Reply via email to