removed unneeded attribute per @dsyer
This commit is contained in:
@@ -21,7 +21,7 @@ public class UtilAutoConfiguration {
|
||||
return new InetUtilsProperties();
|
||||
}
|
||||
|
||||
@Bean(destroyMethod = "close")
|
||||
@Bean
|
||||
@ConditionalOnMissingBean
|
||||
public InetUtils inetUtils(InetUtilsProperties properties) {
|
||||
return new InetUtils(properties);
|
||||
|
||||
Reference in New Issue
Block a user