mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +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