Merge pull request #1310 from garciafl/master

* garciafl-master:
  Removes RibbonCommand suffix.
This commit is contained in:
Spencer Gibb
2016-09-01 09:24:39 -06:00

View File

@@ -75,7 +75,7 @@ public abstract class AbstractRibbonCommand<LBC extends AbstractLoadBalancerAwar
}
return Setter.withGroupKey(HystrixCommandGroupKey.Factory.asKey("RibbonCommand"))
.andCommandKey(HystrixCommandKey.Factory.asKey(commandKey + "RibbonCommand"))
.andCommandKey(HystrixCommandKey.Factory.asKey(commandKey))
.andCommandPropertiesDefaults(setter);
// @formatter:on
}