Skip to content

Commit

Permalink
TIKA-4154 -- fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Oct 14, 2023
1 parent 71f0516 commit e389afb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
package org.apache.tika.server.standard;/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
Expand All @@ -25,7 +25,7 @@
import java.util.ArrayList;
import java.util.List;

import jakarta.ws.rs.core.Response;
import javax.ws.rs.core.Response;

import org.apache.cxf.jaxrs.JAXRSServerFactoryBean;
import org.apache.cxf.jaxrs.client.WebClient;
Expand Down

0 comments on commit e389afb

Please sign in to comment.