Merge pull request #1310 from garciafl/master
* garciafl-master: Removes RibbonCommand suffix.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user