See gh-29114
This commit is contained in:
Brian Clozel
2022-09-09 11:17:33 +02:00
parent 058109315d
commit c72c2ffc26
7 changed files with 8 additions and 8 deletions

View File

@@ -96,7 +96,6 @@ public abstract class AbstractRefreshableWebApplicationContext extends AbstractR
/** the ThemeSource for this ApplicationContext. */
@Nullable
@Deprecated
private ThemeSource themeSource;
@@ -199,7 +198,6 @@ public abstract class AbstractRefreshableWebApplicationContext extends AbstractR
* Initialize the theme capability.
*/
@Override
@Deprecated
protected void onRefresh() {
this.themeSource = UiApplicationContextUtils.initThemeSource(this);
}

View File

@@ -86,7 +86,6 @@ public class GenericWebApplicationContext extends GenericApplicationContext
private ServletContext servletContext;
@Nullable
@Deprecated
private ThemeSource themeSource;
@@ -198,7 +197,6 @@ public class GenericWebApplicationContext extends GenericApplicationContext
* Initialize the theme capability.
*/
@Override
@Deprecated
protected void onRefresh() {
this.themeSource = UiApplicationContextUtils.initThemeSource(this);
}

View File

@@ -70,7 +70,6 @@ public class StaticWebApplicationContext extends StaticApplicationContext
private String namespace;
@Nullable
@Deprecated
private ThemeSource themeSource;
@@ -189,7 +188,6 @@ public class StaticWebApplicationContext extends StaticApplicationContext
* Initialize the theme capability.
*/
@Override
@Deprecated
protected void onRefresh() {
this.themeSource = UiApplicationContextUtils.initThemeSource(this);
}