1
0

Use Checkstyle sortStaticImportsAlphabetically

This commit is contained in:
Gary Gregory
2023-11-19 09:01:36 -05:00
parent 0b9cd8bb83
commit b10322e41e
36 changed files with 97 additions and 95 deletions

View File

@@ -69,6 +69,7 @@ limitations under the License.
<property name="groups" value="java,javax,org"/>
<property name="ordered" value="true"/>
<property name="separated" value="true"/>
<property name="sortStaticImportsAlphabetically" value="true"/>
</module>
</module>