Skip to content

Commit

Permalink
use different bean names for Hystrix and HystrixStream features (#1470)
Browse files Browse the repository at this point in the history
Fixes gh-1462
  • Loading branch information
brenuart authored and spencergibb committed Nov 16, 2016
1 parent eff1f0d commit 2d748bf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ public HystrixStreamEndpoint hystrixStreamEndpoint() {
} }


@Bean @Bean
public HasFeatures hystrixFeature() { public HasFeatures hystrixStreamFeature() {
return HasFeatures.namedFeature("Hystrix Stream Servlet", HystrixStreamEndpoint.class); return HasFeatures.namedFeature("Hystrix Stream Servlet", HystrixStreamEndpoint.class);
} }
} }
Expand Down

0 comments on commit 2d748bf

Please sign in to comment.