We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c0b5e commit d864abbCopy full SHA for d864abb
1 file changed
src/main/kotlin/com/github/lppedd/cc/editor/CommitTabAction.kt
@@ -42,7 +42,7 @@ internal class CommitTabAction : TabAction() {
42
}
43
44
45
- @Suppress("override_deprecation")
+ @Deprecated("Deprecated")
46
override fun isEnabled(editor: Editor, dataContext: DataContext): Boolean {
47
val project = editor.project
48
@@ -76,7 +76,6 @@ internal class CommitTabAction : TabAction() {
76
77
78
79
- @Suppress("DEPRECATION")
80
return super.isEnabled(editor, dataContext)
81
82
0 commit comments