space removed
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/bd052768 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/bd052768 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/bd052768 Branch: refs/heads/master Commit: bd0527684012c72c3ede792d6eff62f217cf950e Parents: 7eb3131 Author: Shivani Mall <[email protected]> Authored: Fri Jun 26 14:47:52 2015 -0700 Committer: Shivani Mall <[email protected]> Committed: Fri Jun 26 14:47:52 2015 -0700 ---------------------------------------------------------------------- .../main/java/org/apache/vxquery/functions/builtin-operators.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/bd052768/vxquery-core/src/main/java/org/apache/vxquery/functions/builtin-operators.xml ---------------------------------------------------------------------- diff --git a/vxquery-core/src/main/java/org/apache/vxquery/functions/builtin-operators.xml b/vxquery-core/src/main/java/org/apache/vxquery/functions/builtin-operators.xml index bf22f23..c367725 100644 --- a/vxquery-core/src/main/java/org/apache/vxquery/functions/builtin-operators.xml +++ b/vxquery-core/src/main/java/org/apache/vxquery/functions/builtin-operators.xml @@ -266,7 +266,7 @@ <param name="parameter1" type="node()"/> <param name="parameter2" type="node()"/> <return type="xs:boolean"/> - </operator> + </operator> <!-- op:multiply-dayTimeDuration( $arg1 as xs:dayTimeDuration, $arg2 as xs:double) as xs:dayTimeDuration --> <operator name="op:multiply-dayTimeDuration">
