Skip to content

Commit add0146

Browse files
authored
TIKA-4251 -- imports and licenses only (#2419)
1 parent 0f7cad3 commit add0146

File tree

501 files changed

+187
-619
lines changed

Some content is hidden

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

501 files changed

+187
-619
lines changed

.github/workflows/main-jdk17-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
distribution: 'temurin'
3939
java-version: ${{ matrix.java }}
4040
- name: Build with Maven
41-
run: mvn clean test install javadoc:aggregate
41+
run: mvn clean test install javadoc:aggregate -Pci

.github/workflows/main-jdk17-windows-build-multi-locale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
distribution: 'temurin'
4343
java-version: ${{ matrix.java }}
4444
- name: Build with Maven
45-
run: mvn clean test install javadoc:aggregate
45+
run: mvn clean test install javadoc:aggregate -Pci

.github/workflows/main-jdk17-windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
java-version: ${{ matrix.java }}
4242
- name: Build with Maven
4343
working-directory: 'tika build dir'
44-
run: mvn clean test install javadoc:aggregate
44+
run: mvn clean test install javadoc:aggregate -Pci

.github/workflows/main-jdk21-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
distribution: 'temurin'
3737
java-version: ${{ matrix.java }}
3838
- name: Build with Maven
39-
run: mvn clean test install javadoc:aggregate
39+
run: mvn clean test install javadoc:aggregate -Pci

.github/workflows/main-jdk25-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
distribution: 'temurin'
3737
java-version: ${{ matrix.java }}
3838
- name: Build with Maven
39-
run: mvn clean test install javadoc:aggregate
39+
run: mvn clean test install javadoc:aggregate -Pci

tika-bundles/tika-bundle-standard/src/test/java/org/apache/tika/bundle/BundleIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
import java.util.jar.Attributes;
4242
import java.util.jar.JarInputStream;
4343
import java.util.jar.Manifest;
44-
import jakarta.inject.Inject;
4544

45+
import jakarta.inject.Inject;
4646
import org.junit.Ignore;
4747
import org.junit.Test;
4848
import org.junit.runner.RunWith;

tika-core/src/main/java/org/apache/tika/detect/DefaultEncodingDetector.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.detect;
1918

2019
import java.util.Collection;

tika-core/src/main/java/org/apache/tika/detect/NNExampleModelDetector.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.detect;
1918

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

tika-core/src/main/java/org/apache/tika/detect/NNTrainedModel.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.detect;
1918

2019
public class NNTrainedModel extends TrainedModel {

tika-core/src/main/java/org/apache/tika/detect/NNTrainedModelBuilder.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
18-
1917
package org.apache.tika.detect;
2018

2119
import org.apache.tika.mime.MediaType;

0 commit comments

Comments
 (0)