Salome HOME
Mapping is fixed. Relation in the mapping is inherited from Persistent now. Versionin...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / som / Study.java
index 1fd88f4b560c76a4bd8c021330a0306cc273f649..3af40f510235100300fb0e56211c0485208d0826 100644 (file)
@@ -52,7 +52,7 @@ public class Study extends ProjectElement {
        /**
         * Persistent list of study scenarii.
         */
-       private List<Scenario> scenarii;
+       private List<Scenario> scenarii = new LinkedList<Scenario>();
        private String version;
        /**
         * Persistent history property. It is a number of studies versioning this one, if any.
@@ -242,7 +242,7 @@ public class Study extends ProjectElement {
                manager = sprop.manager;
                docount = 0;
                history = 0;
-               scenarii = new LinkedList<Scenario>();
+//RKV          scenarii = new LinkedList<Scenario>();
                visibility = Visibility.PRIVATE;
                state = ProgressState.inWORK;