This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit f4e02add94de939aaf5c733475f126f3607efccd Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 28 07:34:34 2024 -0500 Clean up XML --- src/conf/checkstyle.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 397e922e..1c22c8e2 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -58,10 +58,10 @@ limitations under the License. <module name="FinalLocalVariable" /> <module name="IllegalImport" /> <module name="ImportOrder"> - <property name="option" value="top"/> - <property name="groups" value="java,javax,org"/> - <property name="ordered" value="true"/> - <property name="separated" value="true"/> + <property name="option" value="top" /> + <property name="groups" value="java,javax,org" /> + <property name="ordered" value="true" /> + <property name="separated" value="true" /> </module> <module name="OperatorWrap"> <property name="option" value="eol" />