Refactor DocBook attributes.
[gpl/argeo-suite.git] / org.argeo.suite.ui / src / org / argeo / suite / ui / RecentItems.java
index 5c6fa0de79a754a11cde4d08ee8c74ddd008f038..b9aa5b721784ecc309dcd943ff2a495d4eb94fe8 100644 (file)
@@ -56,14 +56,14 @@ public class RecentItems implements CmsUiProvider {
        private final static int SEARCH_TEXT_DELAY = 800;
        private final static int SEARCH_DEFAULT_LIMIT = 100;
 
-       public static enum Property {
-               entityTypes;
-       }
-
        private CmsTheme theme;
 
        private String entityType;
 
+       static enum Property {
+               entityTypes;
+       }
+
        @Override
        public Control createUi(Composite parent, Node context) throws RepositoryException {
                theme = CmsTheme.getCmsTheme(parent);