Skip to content

Commit d864abb

Browse files
committed
refactor: remove deprecation suppression
1 parent d6c0b5e commit d864abb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/kotlin/com/github/lppedd/cc/editor/CommitTabAction.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal class CommitTabAction : TabAction() {
4242
}
4343
}
4444

45-
@Suppress("override_deprecation")
45+
@Deprecated("Deprecated")
4646
override fun isEnabled(editor: Editor, dataContext: DataContext): Boolean {
4747
val project = editor.project
4848

@@ -76,7 +76,6 @@ internal class CommitTabAction : TabAction() {
7676
}
7777
}
7878

79-
@Suppress("DEPRECATION")
8079
return super.isEnabled(editor, dataContext)
8180
}
8281

0 commit comments

Comments
 (0)