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


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

commit 5e9fc92078c9243182384d96f6f8dec04dcd0ee7
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 14:44:44 2023 -0500

    Javadoc fixes
---
 src/main/java/org/apache/commons/jxpath/JXPathContext.java | 2 +-
 src/main/java/org/apache/commons/jxpath/Pointer.java       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/jxpath/JXPathContext.java 
b/src/main/java/org/apache/commons/jxpath/JXPathContext.java
index c4aac2c..8823c31 100644
--- a/src/main/java/org/apache/commons/jxpath/JXPathContext.java
+++ b/src/main/java/org/apache/commons/jxpath/JXPathContext.java
@@ -573,7 +573,7 @@ public abstract class JXPathContext {
 
     /**
      * Set the locale for this context.  The value of the "lang"
-     * attribute as well as the the lang() function will be
+     * attribute as well as the lang() function will be
      * affected by the locale.  By default, JXPath uses
      * <code>Locale.getDefault()</code>
      * @param locale Locale
diff --git a/src/main/java/org/apache/commons/jxpath/Pointer.java 
b/src/main/java/org/apache/commons/jxpath/Pointer.java
index a825668..3bf49db 100644
--- a/src/main/java/org/apache/commons/jxpath/Pointer.java
+++ b/src/main/java/org/apache/commons/jxpath/Pointer.java
@@ -24,7 +24,7 @@ import java.io.Serializable;
  * ({@link JXPathContext#getPointer(java.lang.String) getPointer()}
  * and  ({@link JXPathContext#iteratePointers(java.lang.String)
  * iteratePointers()}, which, given an XPath, produce Pointers for the objects
- * or properties described the the path. For example, <code>ctx.getPointer
+ * or properties described the path. For example, <code>ctx.getPointer
  * ("foo/bar")</code> will produce a Pointer that can get and set the property
  * "bar" of the object which is the value of the property "foo" of the root
  * object. The value of <code>ctx.getPointer("aMap/aKey[3]")</code> will be a

Reply via email to