Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 13, 2023
1 parent 0d09da7 commit 5e9fc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/jxpath/JXPathContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public AbstractFactory getFactory() {

/**
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/jxpath/Pointer.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* ({@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
Expand Down

0 comments on commit 5e9fc92

Please sign in to comment.