Browse Source

updated documentation of HystrixHealthIndicator

documentation was not conform to specified behavior as in #24
pull/6/head
Peter 10 years ago
parent
commit
98ac81bda2
  1. 4
      spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/hystrix/HystrixHealthIndicator.java

4
spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/hystrix/HystrixHealthIndicator.java

@ -30,8 +30,8 @@ import com.netflix.hystrix.HystrixCommandMetrics; @@ -30,8 +30,8 @@ import com.netflix.hystrix.HystrixCommandMetrics;
/**
* A {@link HealthIndicator} implementation for Hystrix circuit breakers.
* <p>
* This default implementation will set the system to <code>OUT_OF_SERVICE</code> and
* include all open circuits by name.
* This default implementation will not change the system state (e.g. <code>OK</code>) but
* includes all open circuits by name.
*
* @author Christian Dupuis
*/

Loading…
Cancel
Save