Improve CMS web app lifecycle.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / AbstractCmsApp.java
index e760a101820f16d87b61ccdf260045c050456a50..77cd9838305b1c14dfc2ace95a06b887a4e2b27b 100644 (file)
@@ -30,7 +30,8 @@ public abstract class AbstractCmsApp implements CmsApp {
                return themes.get(themeId);
        }
 
-       protected boolean allThemesAvailable() {
+       @Override
+       public boolean allThemesAvailable() {
                boolean themeMissing = false;
                uiNames: for (String uiName : getUiNames()) {
                        String themeId = getThemeId(uiName);