Skip to content

Commit 12bd186

Browse files
committed
优化代码
1 parent 163062f commit 12bd186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gray-client/src/main/java/cn/springcloud/gray/client/config/GrayClientAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public GrayManager grayManager(
4343
@Autowired(required = false) GrayLoadProperties grayLoadProperties,
4444
GrayDecisionFactoryKeeper grayDecisionFactoryKeeper,
4545
@Autowired(required = false) List<RequestInterceptor> requestInterceptors,
46-
InformationClient informationClient) {
46+
@Autowired(required = false) InformationClient informationClient) {
4747
return new DefaultGrayManager(
4848
grayClientProperties, grayLoadProperties, grayDecisionFactoryKeeper,
4949
requestInterceptors, informationClient);

0 commit comments

Comments
 (0)