mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix warning
GitOrigin-RevId: 729f1cd708e275dcff5d9373b2900e08cb65a3d3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f6e01ff81a
commit
c36076f810
+1
-1
@@ -19,7 +19,7 @@ class TerminalProjectOptionsProvider(val project: Project) : PersistentStateComp
|
||||
|
||||
private val state = State()
|
||||
|
||||
override fun getState(): State? {
|
||||
override fun getState(): State {
|
||||
return state
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user