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


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

commit b6bc2c29107e2d9bcf51a21ef6b047e661090df3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 1 09:41:57 2024 -0400

    Javadoc
---
 .../apache/commons/configuration2/TestSubsetConfiguration440.java    | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/configuration2/TestSubsetConfiguration440.java
 
b/src/test/java/org/apache/commons/configuration2/TestSubsetConfiguration440.java
index d7d18715..a70abb0b 100644
--- 
a/src/test/java/org/apache/commons/configuration2/TestSubsetConfiguration440.java
+++ 
b/src/test/java/org/apache/commons/configuration2/TestSubsetConfiguration440.java
@@ -34,13 +34,10 @@ import org.junit.jupiter.api.Test;
 // import org.junit.Test;
 
 /**
- * Test case for the {@link SubsetConfiguration} class.
+ * Tests <a 
href="https://issues.apache.org/jira/browse/CONFIGURATION-848";>CONFIGURATION-848</a>
 and {@link SubsetConfiguration}.
  */
 public class TestSubsetConfiguration440 {
 
-    /**
-     * Tests CONFIGURATION-848.
-     */
     @Test
     @Disabled
     public void testSubsetConfigurationWithIndexAndDelimiter() throws 
ConfigurationException, IOException {

Reply via email to