Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions hystrix-contrib/hystrix-javanica/build.gradle
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ dependencies {
compile 'com.google.guava:guava:15.0'
compile 'commons-collections:commons-collections:3.2.1'
compile 'org.apache.commons:commons-lang3:3.1'
compile 'com.google.code.findbugs:jsr305:2.0.0'
testCompile 'junit:junit-dep:4.10'
testCompile 'org.springframework:spring-core:4.0.0.RELEASE'
testCompile 'org.springframework:spring-context:4.0.0.RELEASE'
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.atomic.AtomicInteger;

import javax.annotation.concurrent.ThreadSafe;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
@@ -176,8 +175,8 @@ private void handleRequest(HttpServletRequest request, HttpServletResponse respo

/**
* This will be called from another thread so needs to be thread-safe.
* @ThreadSafe
*/
@ThreadSafe
private static class MetricJsonListener implements HystrixMetricsPoller.MetricsAsJsonPollerListener {

/**

0 comments on commit b500e18

Please sign in to comment.