]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/runtime/SimpleSlcRuntime.java
New runtime end to end (not yet working)
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / runtime / SimpleSlcRuntime.java
index e4a51588161c5305db9901f4c13570d9b1488c38..e7da7f9623d390a92bc440f14a4d9dbf0423e8cd 100644 (file)
@@ -3,7 +3,10 @@ package org.argeo.slc.runtime;
 import org.springframework.context.ApplicationContext;
 
 public class SimpleSlcRuntime implements SlcRuntime {
-       private ApplicationContext runtimeContext;
+       protected ApplicationContext runtimeContext;
+
+       public SimpleSlcRuntime() {
+       }
 
        public SimpleSlcRuntime(ApplicationContext runtimeContext) {
                this.runtimeContext = runtimeContext;