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

commit 90577347bbb2cc5d940ccd3d1e78b6b2681ed846
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Oct 19 07:41:22 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java 
b/src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java
index 74ab2cc..bf1961f 100644
--- a/src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java
+++ b/src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java
@@ -80,8 +80,8 @@ public abstract class JXPathContextFactory {
      * </li>
      * <li>
      * Use the Services API (as detailed in the JAR specification), if
-     * available, to determine the classname. The Services API will look
-     * for a classname in the file
+     * available, to determine the class name. The Services API will look
+     * for a class name in the file
      * <code>META- INF/services/<i>org.apache.commons.jxpath.
      * JXPathContextFactory</i></code> in jars available to the runtime.
      * </li>

Reply via email to