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 384aab1d33e7c5418c58fce1645b235db111f076
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 17:50:44 2025 -0500

    Normalize module 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 b803accd..01a6381a 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -56,7 +56,7 @@ limitations under the License.
       <property name="option" value="text" />
     </module>
     <module name="EqualsHashCode" />
-    <module name="ExplicitInitializationCheck" />
+    <module name="ExplicitInitialization" />
     <module name="FinalLocalVariable" />
     <module name="IllegalImport" />
     <module name="ImportOrder">

Reply via email to