[java-highlighting] class.implicit.invalid.file.name: fix spelling

GitOrigin-RevId: 13b27c50250208ddd436cfa25980973b902ea2af
This commit is contained in:
Tagir Valeev
2025-01-24 14:00:21 +01:00
committed by intellij-monorepo-bot
parent 6f84c78419
commit 48649890c5
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
<error descr="Implicitly declared class's file name is not a valid identifier">void main() {}</error>
<error descr="The file name of an implicitly declared class is not a valid identifier">void main() {}</error>

View File

@@ -1 +1 @@
<error descr="Implicitly declared class's file name is not a valid identifier">void main() {}</error>
<error descr="The file name of an implicitly declared class is not a valid identifier">void main() {}</error>