Skip to content

Commit 50f3c8b

Browse files
committed
fix: fix import
1 parent ccbec1a commit 50f3c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/cc/unitmesh/devti/gui/component/DisplayComponent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package cc.unitmesh.devti.gui.component
22

3-
import com.intellij.openapi.util.text.StringUtil
43
import com.intellij.util.ui.JBEmptyBorder
54
import com.intellij.util.ui.UIUtil
65
import javax.accessibility.AccessibleContext
76
import javax.swing.JEditorPane
87
import org.apache.commons.text.StringEscapeUtils
8+
import org.jsoup.Jsoup
99

1010
class DisplayComponent(question: String) : JEditorPane() {
1111
init {

0 commit comments

Comments
 (0)