fix optimize imports on the fly settings path

This commit is contained in:
Anna.Kozlova
2018-03-20 17:00:29 +01:00
parent add6b98082
commit 07060b5fb3
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// "Enable 'Settings|Code Style|Imports|Optimize imports on the fly'" "true"
// "Enable 'Settings | Editor | General | Auto Import | Optimize imports on the fly'" "true"
import java.lang.String<caret>;
class c {}