[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-cvs
Subject:    [xalan-java] branch xalan-j_xslt3.0 updated: minor changes to codebase comments,
From:       mukulg () apache ! org
Date:       2023-05-10 17:50:00
Message-ID: 168374100050.4061851.4997006161930765860 () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

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 8f5d0f55 minor changes to codebase comments, to one of the xalanj code files \
on the xalan-java repos's branch xalan-j_xslt3.0 8f5d0f55 is described below

commit 8f5d0f555891c9df7392e9a5915ffa657bb44a67
Author: Mukul Gandhi <gandhi.mukul@gmail.com>
AuthorDate: Wed May 10 23:19:40 2023 +0530

    minor changes to codebase comments, to one of the xalanj code files on the \
                xalan-java repos's branch xalan-j_xslt3.0
---
 src/org/apache/xalan/templates/ElemForEachGroup.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/org/apache/xalan/templates/ElemForEachGroup.java \
b/src/org/apache/xalan/templates/ElemForEachGroup.java index 9b967bb8..55c31a0e \
                100644
--- a/src/org/apache/xalan/templates/ElemForEachGroup.java
+++ b/src/org/apache/xalan/templates/ElemForEachGroup.java
@@ -529,7 +529,7 @@ public class ElemForEachGroup extends ElemTemplateElement
         
          // Reorder xsl:for-each-group raw groups content known as 'order of first \
                appearance' 
          // as defined by XSLT 3.0 spec (this is the default XSLT transformation \
                xsl:for-each-group 
-         // element's output order in absence of xsl:for-each-group's xsl:sort \
elements).          +         // element's sorted output order in absence of \
                xsl:for-each-group's xsl:sort elements).         
          // The groups reordering logic performed below, is only applicable when \
attributes   // 'group-by' or 'group-adjacent' are used.
          List<GroupingKeyAndNodeHandlePair> groupingKeyAndNodeHandlePairList = new \
ArrayList @@ -555,7 +555,7 @@ public class ElemForEachGroup extends \
ElemTemplateElement  xctxt.pushContextNodeList(sourceNodes);
             transformer.pushElemTemplateElement(null);
                         
-            // sort the xsl:for-each-group's groups. This is applicable when, \
xsl:for-each-group  +            // sort the xsl:for-each-group's groups. This is \
only applicable when, xsl:for-each-group   // attributes 'group-by' or \
'group-adjacent' are used.   Collections.sort(groupingKeyAndNodeHandlePairList);
             


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic