Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 7, 2024
1 parent ccbec1a commit 50f3c8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package cc.unitmesh.devti.gui.component

import com.intellij.openapi.util.text.StringUtil
import com.intellij.util.ui.JBEmptyBorder
import com.intellij.util.ui.UIUtil
import javax.accessibility.AccessibleContext
import javax.swing.JEditorPane
import org.apache.commons.text.StringEscapeUtils
import org.jsoup.Jsoup

class DisplayComponent(question: String) : JEditorPane() {
init {
Expand Down

0 comments on commit 50f3c8b

Please sign in to comment.