From d62d84eb5e5aba40146647a7e25104ab95c4c8d7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 18 Feb 2022 20:47:31 +0100 Subject: [PATCH] Apply Spotless --- .../dev/mieser/tsa/web/config/CustomWebMvcConfiguration.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/main/java/dev/mieser/tsa/web/config/CustomWebMvcConfiguration.java b/web/src/main/java/dev/mieser/tsa/web/config/CustomWebMvcConfiguration.java index 236f375..34f70d4 100644 --- a/web/src/main/java/dev/mieser/tsa/web/config/CustomWebMvcConfiguration.java +++ b/web/src/main/java/dev/mieser/tsa/web/config/CustomWebMvcConfiguration.java @@ -9,10 +9,8 @@ import org.springframework.context.annotation.Configuration; import org.springframework.format.FormatterRegistry; import org.springframework.web.servlet.LocaleResolver; -import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; import org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver; -import org.springframework.web.servlet.i18n.LocaleChangeInterceptor; import dev.mieser.tsa.web.formatter.Base64Formatter; import dev.mieser.tsa.web.formatter.HexFormatter;