You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by js...@apache.org on 2015/07/16 23:49:49 UTC

drill git commit: DRILL-1904 - Part 1: (Build fix) Spaces at the end of lines in docs caused a check style violation

Repository: drill
Updated Branches:
  refs/heads/master 7a2ea2531 -> aa5519943


DRILL-1904 - Part 1: (Build fix) Spaces at the end of lines in docs caused a check style violation


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

Branch: refs/heads/master
Commit: aa55199434d7b021522100e3105430d68b52f7a7
Parents: 7a2ea25
Author: Jason Altekruse <al...@gmail.com>
Authored: Thu Jul 16 14:43:10 2015 -0700
Committer: Jason Altekruse <al...@gmail.com>
Committed: Thu Jul 16 14:43:10 2015 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/drill/common/expression/package-info.java | 2 +-
 .../src/main/java/org/apache/drill/exec/package-info.java          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/aa551994/common/src/main/java/org/apache/drill/common/expression/package-info.java
----------------------------------------------------------------------
diff --git a/common/src/main/java/org/apache/drill/common/expression/package-info.java b/common/src/main/java/org/apache/drill/common/expression/package-info.java
index 209f990..0c32bf6 100644
--- a/common/src/main/java/org/apache/drill/common/expression/package-info.java
+++ b/common/src/main/java/org/apache/drill/common/expression/package-info.java
@@ -22,7 +22,7 @@
  * This includes scalar expressions in select, filter and join conditions, as
  * well as aggregate and window functions. These expressions are represented
  * logically as ASTs during planning. The classes defined here provide the
- * different nodes in the expression tree, as well as utilities for building 
+ * different nodes in the expression tree, as well as utilities for building
  * and manipulating expressions during parsing and planning.
  *
  */

http://git-wip-us.apache.org/repos/asf/drill/blob/aa551994/exec/java-exec/src/main/java/org/apache/drill/exec/package-info.java
----------------------------------------------------------------------
diff --git a/exec/java-exec/src/main/java/org/apache/drill/exec/package-info.java b/exec/java-exec/src/main/java/org/apache/drill/exec/package-info.java
index 0572a5e..68d74b8 100644
--- a/exec/java-exec/src/main/java/org/apache/drill/exec/package-info.java
+++ b/exec/java-exec/src/main/java/org/apache/drill/exec/package-info.java
@@ -21,7 +21,7 @@
  *
  * The Drill execution engine is a distributed query system, designed primarily
  * for running interactive SQL queries on Big Data. For more
- * information see the project architecture page on the wiki @See 
+ * information see the project architecture page on the wiki @See
  * <a href="http://drill.apache.org/architecture/"> Drill Architecture</a>
  */
 package org.apache.drill.exec;