Polish
See gh-29114
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user