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-collections.git
commit 2e0cd7ae3c2e54df210fcc6587167abc34621ef1 Author: Gary D. Gregory <[email protected]> AuthorDate: Sun Feb 9 18:07:37 2025 -0500 Nomalize moduile name --- src/conf/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 238381046..cc481d4f6 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -53,7 +53,7 @@ limitations under the License. <module name="AvoidStarImport"/> <module name="CovariantEquals" /> <module name="DefaultComesLast" /> - <module name="ExplicitInitializationCheck" /> + <module name="ExplicitInitialization" /> <module name="GenericWhitespace"/> <module name="IllegalImport"/> <module name="ImportOrder">
