Delete redundant comments

pull/314/head
hippo4j 2 years ago committed by GitHub
parent 2ab7e018e7
commit 0577bf2362
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