Skip to content

Commit 3bcf7fd

Browse files
authored
Remove unused imports (#54)
* Remove unused imports * Update date of changelog
1 parent 7df21cf commit 3bcf7fd

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
## [Unreleased]
66

7-
## [0.0.4] - 2025.07.10
7+
## [0.0.4] - 2025.07.11
88

99
### What's Changed
1010
* Update changelog.md by @mohamead in [PR #51](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/51)
1111
* Add vertical scrollbar when needed by @mohamead in [PR #52](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/52)
1212
* Fix exception from invisible JBMenuItem in [PR #53](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/53)
13+
* Remove unused imports [PR #54](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/54)
1314

1415
**Full Changelog**: https://github.com/statens-pensjonskasse/fiskeoye-plugin/compare/v0.0.3...v0.0.4
1516

src/main/kotlin/no/spk/fiskeoye/plugin/listeners/button/FiskoyeSearchActionListener.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
package no.spk.fiskeoye.plugin.listeners.button
22

33
import com.intellij.openapi.diagnostic.Logger
4-
import com.intellij.ui.components.JBLabel
54
import com.intellij.ui.table.JBTable
6-
import no.spk.fiskeoye.plugin.settings.FiskeoyeState
75
import no.spk.fiskeoye.plugin.util.addMessage
86
import no.spk.fiskeoye.plugin.util.getGeneralErrorMessage
9-
import org.apache.commons.text.StringEscapeUtils.escapeHtml4
10-
import java.awt.Font
117
import javax.swing.SwingUtilities
128

139
internal abstract class FiskoyeSearchActionListener : FiskeoyeActionListener() {

0 commit comments

Comments
 (0)