Skip to content

Commit beff5ff

Browse files
committed
spotless formatting
1 parent 63b8019 commit beff5ff

File tree

514 files changed

+154
-625
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

514 files changed

+154
-625
lines changed

tika-app/src/main/java/org/apache/tika/batch/DigestingAutoDetectParserFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.batch;
1918

2019
import org.apache.tika.config.TikaConfig;

tika-app/src/main/java/org/apache/tika/batch/builders/AppParserFactoryBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.batch.builders;
1918

2019
import java.util.Locale;

tika-app/src/main/java/org/apache/tika/cli/BatchCommandLineBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.cli;
1918

2019

tika-app/src/test/java/org/apache/tika/cli/TikaCLIBatchIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.cli;
1918

2019
import static java.nio.charset.StandardCharsets.UTF_8;

tika-app/src/test/java/org/apache/tika/extractor/TestEmbeddedDocumentUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.extractor;
1918

2019
import static org.junit.jupiter.api.Assertions.assertEquals;

tika-batch/src/main/java/org/apache/tika/batch/StatusReporter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.batch;
1918

2019
import java.text.NumberFormat;

tika-batch/src/main/java/org/apache/tika/batch/fs/StreamOutRPWFSConsumer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.batch.fs;
1918

2019

tika-batch/src/main/java/org/apache/tika/batch/fs/builders/BasicTikaFSConsumersBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.batch.fs.builders;
1918

2019
import java.io.InputStream;

tika-batch/src/test/java/org/apache/tika/batch/fs/FSBatchTestBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.batch.fs;
1918

2019
import java.io.BufferedReader;

tika-batch/src/test/java/org/apache/tika/batch/fs/FSFileResourceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.tika.batch.fs;
1918

2019
import static org.junit.jupiter.api.Assertions.assertTrue;

0 commit comments

Comments
 (0)