Polish "Deprecate support for theme" changes

See gh-29202
This commit is contained in:
Johnny Lim
2022-09-26 07:24:19 +09:00
committed by Stephane Nicoll
parent f31eb2dcf9
commit 907c96b21e
6 changed files with 18 additions and 5 deletions

View File

@@ -57,7 +57,6 @@ public class InterceptorRegistryTests {
private final HandlerInterceptor interceptor1 = new LocaleChangeInterceptor();
@Deprecated
private final HandlerInterceptor interceptor2 = new ThemeChangeInterceptor();
private TestWebRequestInterceptor webInterceptor1;