mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish "Deprecate support for theme" changes
See gh-29202
This commit is contained in:
committed by
Stephane Nicoll
parent
f31eb2dcf9
commit
907c96b21e
-1
@@ -57,7 +57,6 @@ public class InterceptorRegistryTests {
|
||||
|
||||
private final HandlerInterceptor interceptor1 = new LocaleChangeInterceptor();
|
||||
|
||||
@Deprecated
|
||||
private final HandlerInterceptor interceptor2 = new ThemeChangeInterceptor();
|
||||
|
||||
private TestWebRequestInterceptor webInterceptor1;
|
||||
|
||||
Reference in New Issue
Block a user