Skip to content

Commit

Permalink
Merge pull request #885 from weibocom/fix/multiConsulRegistry
Browse files Browse the repository at this point in the history
fix multi consul registry
  • Loading branch information
sunnights authored Jan 20, 2020
2 parents 6f3c304 + 571f44d commit e56b33a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.util.List;

public class ConsulEcwidClient extends MotanConsulClient {
public static ConsulClient client;
protected ConsulClient client;

public ConsulEcwidClient(String host, int port) {
super(host, port);
Expand Down

0 comments on commit e56b33a

Please sign in to comment.