Skip to content

Commit f418808

Browse files
Removed unused imports in GrailsApplicationPostProcessor
1 parent cd19ef0 commit f418808

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

grails-core/src/main/groovy/grails/boot/config/GrailsApplicationPostProcessor.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ import org.springframework.core.convert.converter.Converter
3737
import org.springframework.core.env.AbstractEnvironment
3838
import org.springframework.core.env.ConfigurableEnvironment
3939
import org.springframework.core.env.EnumerablePropertySource
40-
import org.springframework.core.env.MapPropertySource
41-
import org.springframework.core.env.PropertySource
42-
import org.springframework.util.ClassUtils
4340

4441
/**
4542
* A {@link BeanDefinitionRegistryPostProcessor} that enhances any ApplicationContext with plugin manager capabilities

0 commit comments

Comments
 (0)