Skip to content

Commit 9afe17a

Browse files
committedSep 5, 2019
Fix static imports handling in IntelliJ IDEA configuration
Closes gh-23588
1 parent 99d88ba commit 9afe17a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/idea/spring-framework.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="50"/>
1717
<option name="IMPORT_LAYOUT_TABLE">
1818
<value>
19-
<package name="" withSubpackages="true" static="true"/>
20-
<emptyLine/>
2119
<package name="java" withSubpackages="true" static="false"/>
2220
<emptyLine/>
2321
<package name="javax" withSubpackages="true" static="false"/>
2422
<emptyLine/>
2523
<package name="" withSubpackages="true" static="false"/>
2624
<emptyLine/>
2725
<package name="org.springframework" withSubpackages="true" static="false"/>
26+
<emptyLine/>
27+
<package name="" withSubpackages="true" static="true"/>
2828
</value>
2929
</option>
3030
<option name="ENABLE_JAVADOC_FORMATTING" value="false"/>

0 commit comments

Comments
 (0)
Please sign in to comment.