Skip to content

Commit cbe9134

Browse files
committed
removed unused imports
1 parent 0089254 commit cbe9134

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ehthumbs.db
3939
Thumbs.db
4040

4141
repush.sh
42+
test.sh
4243

4344
# # include /lib
4445
# !lib/*

src/main/java/Ant.java

-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55

66
import java.awt.Graphics;
77
import java.awt.Image;
8-
import java.io.IOException;
98
import java.util.LinkedList;
109

11-
import javax.imageio.ImageIO;
1210

1311
public class Ant {
1412

0 commit comments

Comments
 (0)