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-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 75e04801 Normalize test Javadoc
75e04801 is described below

commit 75e048019eb82ec1b8c40acf9ec2354fd7123e9c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 5 14:09:26 2024 -0500

    Normalize test Javadoc
    
    The class name tells you it's a unit test as opposed to an IT test
---
 .../src/test/java/org/apache/commons/digester3/URLTestCase.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-digester3-core/src/test/java/org/apache/commons/digester3/URLTestCase.java
 
b/commons-digester3-core/src/test/java/org/apache/commons/digester3/URLTestCase.java
index ef1646ed..87a32e9c 100644
--- 
a/commons-digester3-core/src/test/java/org/apache/commons/digester3/URLTestCase.java
+++ 
b/commons-digester3-core/src/test/java/org/apache/commons/digester3/URLTestCase.java
@@ -28,7 +28,7 @@ import org.junit.jupiter.api.Test;
 
 /**
  * <p>
- * Unit tests that exercise the new (in 1.8) methods for passing in {@code 
URL} arguments instead of strings.
+ * Tests that exercise the new (in 1.8) methods for passing in {@code URL} 
arguments instead of strings.
  * </p>
  */
 public class URLTestCase

Reply via email to