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-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 51de373d Replace 2x empty lines with a single one
51de373d is described below
commit 51de373d156fe69a1d86482bae109954e75fc8ec
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Dec 26 09:35:08 2024 -0500
Replace 2x empty lines with a single one
---
.../apache/commons/validator/routines/DomainValidatorStartupTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/validator/routines/DomainValidatorStartupTest.java
b/src/test/java/org/apache/commons/validator/routines/DomainValidatorStartupTest.java
index 319c1dd8..b6bc9928 100644
---
a/src/test/java/org/apache/commons/validator/routines/DomainValidatorStartupTest.java
+++
b/src/test/java/org/apache/commons/validator/routines/DomainValidatorStartupTest.java
@@ -16,7 +16,6 @@
*/
package org.apache.commons.validator.routines;
-
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotNull;