AT-352 Refactoring and test on vcs log indexing

GitOrigin-RevId: f3c2782b1198c3ba0a18e9185cb45bacf5440500
This commit is contained in:
Alexey Kryuchkov
2023-05-16 00:40:42 +04:00
committed by intellij-monorepo-bot
parent 863c404a01
commit 6bd7dcd5f8
6 changed files with 46 additions and 79 deletions

View File

@@ -52,8 +52,6 @@ class CreateJavaFileCommand(text: String, line: Int) : PerformanceCommandCorouti
)
}
override fun getName(): String {
return NAME
}
override fun getName(): String = NAME
}