You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by mu...@apache.org on 2019/04/22 08:58:36 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: a minor commit with cosmetic changes, to see if commit is possible to new Xalan GitBox repos, and the mailing list to which commit notification goes

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a commit to branch xalan-j_2_7_1_maint
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


The following commit(s) were added to refs/heads/xalan-j_2_7_1_maint by this push:
     new 09c655f  a minor commit with cosmetic changes, to see if commit is possible to new Xalan GitBox repos, and the mailing list to which commit notification goes
09c655f is described below

commit 09c655ff8f80ba8c7f9c46ece8037def21923e69
Author: Mukul Gandhi <mu...@apache.org>
AuthorDate: Mon Apr 22 14:27:32 2019 +0530

    a minor commit with cosmetic changes, to see if commit is possible to
    new Xalan GitBox repos, and the mailing list to which commit
    notification goes
---
 src/org/apache/xpath/XPath.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/org/apache/xpath/XPath.java b/src/org/apache/xpath/XPath.java
index 5471df8..9a2b1b1 100644
--- a/src/org/apache/xpath/XPath.java
+++ b/src/org/apache/xpath/XPath.java
@@ -44,14 +44,14 @@ import org.apache.xpath.res.XPATHErrorResources;
  */
 public class XPath implements Serializable, ExpressionOwner
 {
-    static final long serialVersionUID = 3976493477939110553L;
+  static final long serialVersionUID = 3976493477939110553L;
 
   /** The top of the expression tree. 
    *  @serial */
   private Expression m_mainExp;
   
   /**
-   * The function table for xpath build-in functions
+   * The function table for xpath built-in functions
    */
   private transient FunctionTable m_funcTable = null;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
For additional commands, e-mail: dev-help@xalan.apache.org