Skip to content

Commit

Permalink
fixed back unnecessary import in demo file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mino260806 authored and bobbylight committed Aug 12, 2023
1 parent b4397df commit 4f24ac1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
import javax.swing.event.HyperlinkListener;

import org.fife.ui.rsyntaxtextarea.*;
import org.fife.ui.rtextarea.*;
import org.fife.ui.rtextarea.FoldIndicatorStyle;
import org.fife.ui.rtextarea.Gutter;
import org.fife.ui.rtextarea.RTextScrollPane;
import org.fife.ui.rtextarea.LineNumberFormatter;
import org.fife.ui.rtextarea.LineNumberList;


/**
Expand Down

0 comments on commit 4f24ac1

Please sign in to comment.