IDEA-94838 "optimize imports of the fly" - change the inspection name

This commit is contained in:
Alexey Kudravtsev
2012-11-15 14:49:34 +04:00
parent 93dea93782
commit 843eaf46da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// "Enable 'Settings|Code Style|Imports|Optimize Imports On The Fly'" "true"
// "Enable 'Settings|Code Style|Imports|Optimize imports on the fly'" "true"
import java.lang.String<caret>;
class c {}