Fix static imports handling in IntelliJ IDEA configuration

Closes gh-23588
This commit is contained in:
Stephane Nicoll 2019-09-05 14:35:54 +02:00
parent 99d88ba14e
commit 9afe17a29b
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,6 @@
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="50"/>
<option name="IMPORT_LAYOUT_TABLE">
<value>
<package name="" withSubpackages="true" static="true"/>
<emptyLine/>
<package name="java" withSubpackages="true" static="false"/>
<emptyLine/>
<package name="javax" withSubpackages="true" static="false"/>
@ -25,6 +23,8 @@
<package name="" withSubpackages="true" static="false"/>
<emptyLine/>
<package name="org.springframework" withSubpackages="true" static="false"/>
<emptyLine/>
<package name="" withSubpackages="true" static="true"/>
</value>
</option>
<option name="ENABLE_JAVADOC_FORMATTING" value="false"/>