changing format

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

Branch: refs/heads/master
Commit: c292e4506bf45301b0b787df41a0dc5583a84ff8
Parents: 39328ab
Author: Christina Pavlopoulou <[email protected]>
Authored: Fri Jun 3 17:28:11 2016 -0700
Committer: Christina Pavlopoulou <[email protected]>
Committed: Fri Jun 3 17:28:11 2016 -0700

----------------------------------------------------------------------
 vxquery-core/src/main/javacc/xquery-grammar.jj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/c292e450/vxquery-core/src/main/javacc/xquery-grammar.jj
----------------------------------------------------------------------
diff --git a/vxquery-core/src/main/javacc/xquery-grammar.jj 
b/vxquery-core/src/main/javacc/xquery-grammar.jj
index 115531d..7ea478c 100644
--- a/vxquery-core/src/main/javacc/xquery-grammar.jj
+++ b/vxquery-core/src/main/javacc/xquery-grammar.jj
@@ -2460,7 +2460,7 @@ ASTNode ArrayConstructor()  :
     Token start;
 }
 {
-    (start="[") expr=Expr() "]" {
+    (start="[") expr = Expr() "]" {
         ArrayConstructorNode an = new 
ArrayConstructorNode(createSourceLocation(start));
         an.setExpression(expr);
         return an;

Reply via email to