Skip to content

Commit 4d0d417

Browse files
author
Vladimir Kotal
committed
remove unused imports
1 parent c7652f0 commit 4d0d417

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/GitRepository.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@
2525
package org.opengrok.indexer.history;
2626

2727
import java.io.File;
28-
import java.io.FileNotFoundException;
2928
import java.io.IOException;
30-
import java.io.InputStream;
31-
import java.io.InputStreamReader;
3229
import java.io.OutputStream;
33-
import java.io.Reader;
3430
import java.nio.charset.StandardCharsets;
3531
import java.nio.file.Paths;
3632
import java.util.Date;

0 commit comments

Comments
 (0)