ACR compatible with Android.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / acr / CmsContentSession.java
index 318080509b02ab624e3bf18c3feb124a7f8817db..5e5fb272c24aed96d9ca8d3126f56a3a0964ef15 100644 (file)
@@ -23,7 +23,7 @@ import org.argeo.cms.acr.xml.DomContentProvider;
 
 /** Implements {@link ProvidedSession}. */
 class CmsContentSession implements ProvidedSession {
-       final private CmsContentRepository contentRepository;
+       final private AbstractContentRepository contentRepository;
 
        private Subject subject;
        private Locale locale;
@@ -34,7 +34,7 @@ class CmsContentSession implements ProvidedSession {
 
        private Set<ContentProvider> modifiedProviders = new TreeSet<>();
 
-       public CmsContentSession(CmsContentRepository contentRepository, Subject subject, Locale locale) {
+       public CmsContentSession(AbstractContentRepository contentRepository, Subject subject, Locale locale) {
                this.contentRepository = contentRepository;
                this.subject = subject;
                this.locale = locale;