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 b81c37d4 Fix typos in comments
b81c37d4 is described below
commit b81c37d45db04d753c2342ce6b576b4814a40385
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 21 09:13:43 2024 -0400
Fix typos in comments
---
.../apache/commons/configuration2/TestHierarchicalConfiguration.java | 2 +-
.../commons/configuration2/tree/xpath/TestXPathExpressionEngine.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/test/java/org/apache/commons/configuration2/TestHierarchicalConfiguration.java
b/src/test/java/org/apache/commons/configuration2/TestHierarchicalConfiguration.java
index 0f07c7a2..04ff1aa7 100644
---
a/src/test/java/org/apache/commons/configuration2/TestHierarchicalConfiguration.java
+++
b/src/test/java/org/apache/commons/configuration2/TestHierarchicalConfiguration.java
@@ -324,7 +324,7 @@ public class TestHierarchicalConfiguration {
}
/**
- * Tests the configurationsAt() method if the sub configurations are not
connected..
+ * Tests the configurationsAt() method if the sub configurations are not
connected.
*/
@Test
public void testConfigurationsAtNoUpdate() {
diff --git
a/src/test/java/org/apache/commons/configuration2/tree/xpath/TestXPathExpressionEngine.java
b/src/test/java/org/apache/commons/configuration2/tree/xpath/TestXPathExpressionEngine.java
index 9408341b..b0ee5542 100644
---
a/src/test/java/org/apache/commons/configuration2/tree/xpath/TestXPathExpressionEngine.java
+++
b/src/test/java/org/apache/commons/configuration2/tree/xpath/TestXPathExpressionEngine.java
@@ -211,7 +211,7 @@ public class TestXPathExpressionEngine {
}
/**
- * Tests whether the key of an attribute can be generated..
+ * Tests whether the key of an attribute can be generated.
*/
@Test
public void testNodeKeyAttribute() {