You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2015/06/28 21:18:26 UTC

[04/14] vxquery git commit: whitespaces removed

whitespaces removed


Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/8ac9cf30
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/8ac9cf30
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/8ac9cf30

Branch: refs/heads/master
Commit: 8ac9cf308c648c68dcb027e003c3d1f01a869d75
Parents: 25cf3a9
Author: Shivani Mall <sm...@ucr.edu>
Authored: Mon Jun 22 12:38:26 2015 -0700
Committer: Shivani Mall <sm...@ucr.edu>
Committed: Mon Jun 22 12:38:26 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/8ac9cf30/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 c0f5968..bf22f23 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
@@ -296,7 +296,7 @@
         <param name="parameter2" type="node()"/>
         <return type="xs:boolean"/>
         <runtime type="scalar" class="org.apache.vxquery.runtime.functions.node.OpNodeBeforeEvaluatorFactory"/>
-     </operator>
+    </operator>
 
     <!-- op:NOTATION-equal($arg1  as xs:NOTATION, $arg2 as xs:NOTATION)  as xs:boolean -->
     <operator name="op:NOTATION-equal">