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/09 16:44:05 UTC

[xalan-java] branch xalan-j_xslt3.0 updated: minor improvements to comments, within one of the xalanj codebase 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 dacfd04f minor improvements to comments, within one of the xalanj codebase file
dacfd04f is described below

commit dacfd04f93d4fc7e370e7b488ec432f78ee1e4db
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Fri Jun 9 22:13:45 2023 +0530

    minor improvements to comments, within one of the xalanj codebase file
---
 src/org/apache/xpath/operations/Range.java | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/org/apache/xpath/operations/Range.java b/src/org/apache/xpath/operations/Range.java
index 43139747..c83777e7 100644
--- a/src/org/apache/xpath/operations/Range.java
+++ b/src/org/apache/xpath/operations/Range.java
@@ -28,12 +28,16 @@ import org.apache.xpath.objects.XObject;
 import org.apache.xpath.xs.types.XSInteger;
 
 /**
- * The XPath 3.1 "to" range operation.
+ * The XPath 3.1 range "to" operation.
  * 
  * An XPath range expression can be used to construct a sequence of 
- * consecutive integers. Each of the operands of the to operator 
- * is converted as though it was an argument of a function with 
- * the expected parameter type xs:integer.
+ * consecutive integers. Each of the operands of the XPath range "to" 
+ * operator is converted as though it was an argument of a function 
+ * with the expected parameter type xs:integer.
+ * 
+ * @author Mukul Gandhi <mu...@apache.org>
+ * 
+ * @xsl.usage advanced
  */
 public class Range extends Operation
 {


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