Skip to content

Commit

Permalink
Fix StatusHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont authored and Stefan Negrea committed Aug 13, 2015
1 parent 94d7df9 commit 594e2e7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import java.util.HashMap;
import java.util.Map;

import javax.inject.Inject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
Expand All @@ -40,7 +41,9 @@ public class StatusHandler {

public static final String PATH = "/status";

@Inject
private MetricsServiceLifecycle metricsServiceLifecycle;

private static final String METRICSSERVICE_NAME = "MetricsService";

@GET
Expand Down

0 comments on commit 594e2e7

Please sign in to comment.