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/18 22:22:45 UTC

[41/41] vxquery git commit: A few clean up items from the last merge.

A few clean up items from the last merge.


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

Branch: refs/heads/master
Commit: 9d75b2a2fd38d7bfa0b0c14b6b572e8f9ede8471
Parents: dd11d50 232e62f
Author: Eldon Carman <ec...@ucr.edu>
Authored: Thu Jun 18 13:21:54 2015 -0700
Committer: Eldon Carman <ec...@ucr.edu>
Committed: Thu Jun 18 13:21:54 2015 -0700

----------------------------------------------------------------------
 .../query/VXQueryCompilationListener.java       | 20 ++++++++++++++------
 .../org/apache/vxquery/xtest/TestRunner.java    | 15 ---------------
 .../org/apache/vxquery/xtest/XTestOptions.java  | 12 ++++++------
 3 files changed, 20 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/9d75b2a2/vxquery-core/src/main/java/org/apache/vxquery/xmlquery/query/VXQueryCompilationListener.java
----------------------------------------------------------------------
diff --cc vxquery-core/src/main/java/org/apache/vxquery/xmlquery/query/VXQueryCompilationListener.java
index 7969c9e,344f161..621e7a8
--- a/vxquery-core/src/main/java/org/apache/vxquery/xmlquery/query/VXQueryCompilationListener.java
+++ b/vxquery-core/src/main/java/org/apache/vxquery/xmlquery/query/VXQueryCompilationListener.java
@@@ -17,7 -28,7 +28,6 @@@ import edu.uci.ics.hyracks.algebricks.c
  import edu.uci.ics.hyracks.api.job.JobSpecification;
  
  public class VXQueryCompilationListener implements XQueryCompilationListener {
-     
 -
      boolean showTET, showRP, showOET, showAST;
  
      public VXQueryCompilationListener(boolean showAST, boolean showTET, boolean showOET, boolean showRP) {
@@@ -102,6 -113,5 +112,4 @@@
          }
          return sb;
      }
-     
--
  }

http://git-wip-us.apache.org/repos/asf/vxquery/blob/9d75b2a2/vxquery-xtest/src/main/java/org/apache/vxquery/xtest/TestRunner.java
----------------------------------------------------------------------