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 d2815b69 Javadoc
d2815b69 is described below

commit d2815b6953d577525e9c15c17724fdde12717dbe
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 18 09:45:29 2024 -0400

    Javadoc
---
 .../configuration2/tree/xpath/ConfigurationNodePointerFactory.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/configuration2/tree/xpath/ConfigurationNodePointerFactory.java
 
b/src/main/java/org/apache/commons/configuration2/tree/xpath/ConfigurationNodePointerFactory.java
index 5ccde9ad..8aed8aba 100644
--- 
a/src/main/java/org/apache/commons/configuration2/tree/xpath/ConfigurationNodePointerFactory.java
+++ 
b/src/main/java/org/apache/commons/configuration2/tree/xpath/ConfigurationNodePointerFactory.java
@@ -25,7 +25,7 @@ import org.apache.commons.jxpath.ri.model.NodePointerFactory;
 
 /**
  * <p>
- * Implementation of the {@code NodePointerFactory} interface for 
configuration nodes.
+ * Implements the {@code NodePointerFactory} interface for configuration nodes.
  * </p>
  * <p>
  * This class is able to create {@code NodePointer}s for the nodes of 
hierarchical configurations. Because there is no

Reply via email to