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/two-dot-o Commit: 63fb7df9ebe2fed9bacb2cdeadc7acc7d13e0f45 Parents: b9a73b7 Author: Dave Johnson <[email protected]> Authored: Fri Oct 31 16:05:41 2014 -0400 Committer: Dave Johnson <[email protected]> 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
