Skip to content

Commit 6ace12e

Browse files
committedJan 20, 2021
Remove unused import
1 parent 0b1e2ec commit 6ace12e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/main/java/org/fusesource/jansi/io/AnsiProcessor.java

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
import java.util.ArrayList;
2121
import java.util.Iterator;
2222

23-
import org.fusesource.jansi.AnsiColors;
24-
2523
/**
2624
* ANSI processor providing <code>process*</code> corresponding to ANSI escape codes.
2725
* This class methods implementations are empty: subclasses should actually perform the

0 commit comments

Comments
 (0)
Please sign in to comment.