unused imports removed

This commit is contained in:
honfika@gmail.com
2015-12-09 20:42:06 +01:00
parent 91f0b0a136
commit 071ab74e52

View File

@@ -39,8 +39,6 @@ import java.util.Map;
import java.util.Objects;
import java.util.SortedSet;
import java.util.TreeSet;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.event.CaretEvent;
import javax.swing.event.CaretListener;
import javax.swing.plaf.TextUI;