Made RestClientRibbonCommand public

This commit is contained in:
Marcin Grzejszczak
2016-06-24 09:10:54 +02:00
parent 75610e92a7
commit 74ac6eae8f

View File

@@ -55,7 +55,7 @@ public class RestClientRibbonCommandFactory implements RibbonCommandFactory<Rest
* netflix/zuul/dependency/ribbon/hystrix/RibbonCommand.java
*/
@SuppressWarnings("deprecation")
static class RestClientRibbonCommand extends AbstractRibbonCommand<RestClient, HttpRequest, HttpResponse> {
public static class RestClientRibbonCommand extends AbstractRibbonCommand<RestClient, HttpRequest, HttpResponse> {
public RestClientRibbonCommand(String commandKey, RestClient client, RibbonCommandContext context) {
super(commandKey, client, context);