You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/03/18 22:43:33 UTC

[08/14] incubator-geode git commit: GEODE-27: Removing a bogus include of a jetty class

GEODE-27: Removing a bogus include of a jetty class

This include was not actually used


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

Branch: refs/heads/feature/GEODE-1050
Commit: e2695a5b5ec0f244a091746108898bb6b4069d69
Parents: 5839e4d
Author: Dan Smith <up...@apache.org>
Authored: Wed Mar 9 16:45:23 2016 -0800
Committer: Dan Smith <up...@apache.org>
Committed: Fri Mar 18 13:43:55 2016 -0700

----------------------------------------------------------------------
 .../gemfire/cache/query/internal/CumulativeNonDistinctResults.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e2695a5b/geode-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java
index 3735956..095f741 100644
--- a/geode-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java
+++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/query/internal/CumulativeNonDistinctResults.java
@@ -27,8 +27,6 @@ import java.util.Iterator;
 import java.util.List;
 import java.util.Set;
 
-import org.eclipse.jetty.webapp.MetaData;
-
 import com.gemstone.gemfire.DataSerializer;
 import com.gemstone.gemfire.cache.CacheException;
 import com.gemstone.gemfire.cache.query.QueryException;