Merge pull request #314 from hippo4j/develop

Delete redundant comments
pull/315/head
小马哥 2 years ago committed by GitHub
commit 5fcf4ae282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -196,10 +196,6 @@ public class DynamicThreadPoolCoreAutoConfiguration {
return new ThreadPoolAdapterRegister(bootstrapCoreProperties);
}
/**
* banner config
* @return DynamicThreadPoolBannerHandler
*/
@Bean
public DynamicThreadPoolBannerHandler threadPoolBannerHandler() {
return new DynamicThreadPoolBannerHandler(bootstrapCoreProperties);

Loading…
Cancel
Save