You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2023/06/16 06:58:37 UTC

[xalan-java] branch xalan-j_xslt3.0 updated: minor improvements to comments, within one of xalanj implementation file

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

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


The following commit(s) were added to refs/heads/xalan-j_xslt3.0 by this push:
     new 07bad48b minor improvements to comments, within one of xalanj implementation file
07bad48b is described below

commit 07bad48b149a3506d28ad655c4132566adcf7ab2
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Fri Jun 16 12:28:21 2023 +0530

    minor improvements to comments, within one of xalanj implementation file
---
 src/org/apache/xalan/templates/ElemIterate.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/org/apache/xalan/templates/ElemIterate.java b/src/org/apache/xalan/templates/ElemIterate.java
index c3bb4885..b1bfae10 100644
--- a/src/org/apache/xalan/templates/ElemIterate.java
+++ b/src/org/apache/xalan/templates/ElemIterate.java
@@ -314,9 +314,9 @@ public class ElemIterate extends ElemTemplateElement implements ExpressionOwner
               }
           }
           
-          // get index of specific item's first occurrence with the list object 'xslElemNamesList'.
-          // if a particular kind of XSLT stylesheet item that is checked is not present within the 
-          // list object 'xslElemNamesList', its index is returned as -1.
+          // get index of specific XSLT stylesheet elements first occurrence with the list object 
+          // 'xslElemNamesList'. if a particular kind of XSLT stylesheet element that is checked is 
+          // not present within the list object 'xslElemNamesList', its index is returned as -1.
           int paramIdx = xslElemNamesList.indexOf(Constants.ELEMNAME_PARAMVARIABLE_STRING);
           int onCompletionIdx = xslElemNamesList.indexOf(Constants.ELEMNAME_ITERATE_ONCOMPLETION_STRING);          
           int otherElemIdx = xslElemNamesList.indexOf(OTHER_ELEM);


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