Skip to content

Commit

Permalink
Fix unused imports while trying to import into Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed May 16, 2024
1 parent 2167e84 commit 3d1ba41
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
/target/
**/.gitignore
**/lib/
**/bin
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FilenameFilter;
import java.io.IOException;
import java.io.InputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

package org.apache.rat.walker;

import java.io.File;
import java.io.FilenameFilter;
import java.nio.file.Path;
import java.util.Arrays;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.apache.rat.api.Document;
import org.apache.rat.report.IReportable;

import java.io.File;
import java.io.FilenameFilter;
import java.nio.file.Path;

Expand Down

0 comments on commit 3d1ba41

Please sign in to comment.