You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by ja...@apache.org on 2013/07/27 19:48:26 UTC

[2/3] git commit: Remove case offending workspace files

Remove case offending workspace files


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

Branch: refs/heads/master
Commit: 4d699a348d4c93f220c3f59f5d53f3c2965b8229
Parents: a1cdca5
Author: Jacques Nadeau <ja...@apache.org>
Authored: Sat Jul 27 10:37:21 2013 -0700
Committer: Jacques Nadeau <ja...@apache.org>
Committed: Sat Jul 27 10:37:21 2013 -0700

----------------------------------------------------------------------
 .../apache/drill/exec/expr/annotations/WorkSpace.java | 14 --------------
 .../apache/drill/exec/expr/annotations/Workspace.java | 14 --------------
 2 files changed, 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/4d699a34/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java
----------------------------------------------------------------------
diff --git a/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java b/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java
deleted file mode 100644
index 75c97b5..0000000
--- a/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.apache.drill.exec.expr.annotations;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-
-/**
- * Describes the field will provide output from the given function.
- */
-@Retention(RetentionPolicy.RUNTIME)
-@Target({ElementType.FIELD})
-public @interface Workspace {
-}

http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/4d699a34/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java
----------------------------------------------------------------------
diff --git a/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java b/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java
deleted file mode 100644
index 75c97b5..0000000
--- a/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.apache.drill.exec.expr.annotations;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-
-/**
- * Describes the field will provide output from the given function.
- */
-@Retention(RetentionPolicy.RUNTIME)
-@Target({ElementType.FIELD})
-public @interface Workspace {
-}