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/08/20 16:49:15 UTC

[xalan-java] branch xalan-j_xslt3.0 updated: fixing a codebase issue that got unknowingly introduced, with the class file XPathCollationSupport.java

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 7b2a6eef fixing a codebase issue that got unknowingly introduced, with the class file XPathCollationSupport.java
     new 07e447bb Merge pull request #56 from mukulga/xalan-j_xslt3.0_mukul
7b2a6eef is described below

commit 7b2a6eefda67618d3bbf6e53589d6f5584c320c3
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sun Aug 20 22:14:24 2023 +0530

    fixing a codebase issue that got unknowingly introduced, with the class file XPathCollationSupport.java
---
 src/org/apache/xpath/XPathCollationSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/org/apache/xpath/XPathCollationSupport.java b/src/org/apache/xpath/XPathCollationSupport.java
index f5abf9ed..958ab957 100644
--- a/src/org/apache/xpath/XPathCollationSupport.java
+++ b/src/org/apache/xpath/XPathCollationSupport.java
@@ -358,7 +358,7 @@ public class XPathCollationSupport {
                strComparisonCollator.setStrength(Collator.TERTIARY);
                break;
             case UCA_STRENGTH_IDENTICAL :
-               strComparisonCollator.setStrength(Collator.TERTIARY);
+               strComparisonCollator.setStrength(Collator.IDENTICAL);
                break;
             default :
                // no op


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