This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push: new a8bc1ccf Checkstyle police a8bc1ccf is described below commit a8bc1ccfcfdea99843ac0b8b36b0b720f8f2dd5f Author: Sebb <s...@apache.org> AuthorDate: Thu Jan 30 00:11:27 2025 +0000 Checkstyle police --- .../java/org/apache/commons/validator/routines/DomainValidatorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java b/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java index 10f963d1..3e3839ab 100644 --- a/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java +++ b/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java @@ -360,7 +360,7 @@ public class DomainValidatorTest { // Check if internal tables contain any additional entries if (!isInIanaList("INFRASTRUCTURE_TLDS", ianaTlds)) { errorsDetected ++; - }; + } if (!isInIanaList("COUNTRY_CODE_TLDS", ianaTlds)) { errorsDetected ++; }