Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Oct 17, 2023
1 parent 459e5f1 commit 8085b6c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.mapLatest
import kotlinx.coroutines.flow.stateIn
import org.jetbrains.jewel.IntelliJComponentStyling
import org.jetbrains.jewel.InternalJewelApi
import org.jetbrains.jewel.intui.core.IntUiThemeDefinition
import kotlin.time.Duration.Companion.milliseconds

@Service(Level.APP)
@InternalJewelApi
class SwingBridgeService : Disposable {

private val logger = thisLogger()
Expand Down

0 comments on commit 8085b6c

Please sign in to comment.