removed unneeded attribute per @dsyer

This commit is contained in:
Spencer Gibb
2016-01-20 16:28:35 -07:00
parent 40e048c820
commit 142c9ab5b5

View File

@@ -21,7 +21,7 @@ public class UtilAutoConfiguration {
return new InetUtilsProperties();
}
@Bean(destroyMethod = "close")
@Bean
@ConditionalOnMissingBean
public InetUtils inetUtils(InetUtilsProperties properties) {
return new InetUtils(properties);