Unverified Commit 048d4013 by Spencer Gibb

Merge pull request #1310 from garciafl/master

* garciafl-master: Removes RibbonCommand suffix.
parents 959b0072 85a1f3ec
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment