Improve wording for "change package" fix for source root case

This commit is contained in:
Mikhail Glukhikh
2017-12-26 18:27:13 +03:00
parent 429c31c010
commit 72ec55769b
2 changed files with 8 additions and 5 deletions
@@ -1,5 +1,5 @@
{
"mainFile": "test.kt",
"inspectionClass": "org.jetbrains.kotlin.idea.refactoring.move.changePackage.PackageDirectoryMismatchInspection",
"fix": "Change file's package to ''"
"fix": "Change file's package to source root"
}