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

commit 9c1b79d382c740affb5798b574157b8749146710
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Mar 16 13:30:01 2025 -0400

    Remove trailing whitespace
---
 src/main/java/org/apache/commons/jxpath/ri/parser/XPathParser.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/jxpath/ri/parser/XPathParser.java 
b/src/main/java/org/apache/commons/jxpath/ri/parser/XPathParser.java
index 76d0818..d2d657e 100644
--- a/src/main/java/org/apache/commons/jxpath/ri/parser/XPathParser.java
+++ b/src/main/java/org/apache/commons/jxpath/ri/parser/XPathParser.java
@@ -31,7 +31,7 @@ import org.apache.commons.jxpath.ri.Compiler;
           }
 
         static private final class LookaheadSuccess extends Error {
-        
+
             /**
              *
              */

Reply via email to