You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/11/01 21:23:38 UTC

[2/5] git commit: Oops

Oops


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

Branch: refs/heads/key-row-sharding
Commit: 63fb7df9ebe2fed9bacb2cdeadc7acc7d13e0f45
Parents: b9a73b7
Author: Dave Johnson <dm...@apigee.com>
Authored: Fri Oct 31 16:05:41 2014 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Fri Oct 31 16:05:41 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/usergrid/rest/filters/HealthCheckFilter.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/63fb7df9/stack/rest/src/main/java/org/apache/usergrid/rest/filters/HealthCheckFilter.java
----------------------------------------------------------------------
diff --git a/stack/rest/src/main/java/org/apache/usergrid/rest/filters/HealthCheckFilter.java b/stack/rest/src/main/java/org/apache/usergrid/rest/filters/HealthCheckFilter.java
index 4ba9b09..be09ef1 100644
--- a/stack/rest/src/main/java/org/apache/usergrid/rest/filters/HealthCheckFilter.java
+++ b/stack/rest/src/main/java/org/apache/usergrid/rest/filters/HealthCheckFilter.java
@@ -56,8 +56,6 @@ public class HealthCheckFilter implements Filter {
         if ( !emf.verifyQueryIndexModuleHealthy() ) {
             throw new RuntimeException("Error connecting to query index");
         }
-
-        throw new RuntimeException("Foo!");
     }
 
     @Override