Make CMS startup more asynchronous
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / http / DataHttpContext.java
index b7a8d0f9e8684bee8ef6fede0779dbd0d7b14bd7..93f63530e3edfa9709f13ec4b089633230ceb9b2 100644 (file)
@@ -16,7 +16,7 @@ import org.osgi.framework.BundleContext;
 import org.osgi.framework.FrameworkUtil;
 import org.osgi.service.http.HttpContext;
 
-class DataHttpContext implements HttpContext {
+public class DataHttpContext implements HttpContext {
        private final static Log log = LogFactory.getLog(DataHttpContext.class);
 
        private final BundleContext bc = FrameworkUtil.getBundle(getClass()).getBundleContext();