提交 03ad3821 编写于 作者: A aeizzz

Refactoring code. 格式化代码

上级 9f8be2bd
java-baseline=17
\ No newline at end of file
java-baseline=8
\ No newline at end of file
......@@ -138,7 +138,7 @@ public final class PigSentinelFeign {
@Override
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
this.applicationContext = applicationContext;
this.feignClientFactory = (FeignClientFactory)this.applicationContext.getBean(FeignClientFactory.class);
this.feignClientFactory = (FeignClientFactory) this.applicationContext.getBean(FeignClientFactory.class);
}
}
......
......@@ -18,8 +18,8 @@ import java.util.Set;
@RequiredArgsConstructor
@Configuration(proxyBeanMethods = false)
public class SpringDocConfiguration implements InitializingBean {
private final SwaggerUiConfigProperties swaggerUiConfigProperties;
private final SwaggerUiConfigProperties swaggerUiConfigProperties;
@Override
public void afterPropertiesSet() throws Exception {
......@@ -30,4 +30,5 @@ public class SpringDocConfiguration implements InitializingBean {
swaggerUrlSet.add(swaggerUrl);
swaggerUiConfigProperties.setUrls(swaggerUrlSet);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册