mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge pull request #51147 from vvzvvv
Closes gh-51147 * remove-null-check: Remove unnecessary null check in GroovyTemplateAutoConfigurationTests
This commit is contained in:
+1
-3
@@ -70,9 +70,7 @@ class GroovyTemplateAutoConfigurationTests {
|
||||
@AfterEach
|
||||
void close() {
|
||||
LocaleContextHolder.resetLocaleContext();
|
||||
if (this.context != null) {
|
||||
this.context.close();
|
||||
}
|
||||
this.context.close();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user