Salome HOME
More business logic has been moved from BO to services. ServiceLocator is created...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / som / DocumentType.java
index 6b83936e84ea8b541941c1ee1dfedf40fe43dc4d..3f68472f5e40a4c46186ced2fb88c59955f9379b 100644 (file)
@@ -5,7 +5,6 @@ package org.splat.dal.bo.som;
  * @copyright OPEN CASCADE 2012
  */
 
-import java.util.List;
 import java.util.Set;
 import java.util.HashSet;
 
@@ -15,7 +14,6 @@ import org.splat.kernel.InvalidPropertyException;
 import org.splat.kernel.MissedPropertyException;
 import org.splat.kernel.MultiplyDefinedException;
 import org.splat.service.technical.ProjectSettingsService;
-import org.splat.service.technical.ProjectSettingsService.Step;
 
 
 public class DocumentType extends Persistent {
@@ -85,7 +83,7 @@ public class DocumentType extends Persistent {
 //  -------------------------
     }
 //  Initialization constructor
-    protected DocumentType (Properties dprop) throws MissedPropertyException, InvalidPropertyException, MultiplyDefinedException {
+    public DocumentType (Properties dprop) throws MissedPropertyException, InvalidPropertyException, MultiplyDefinedException {
 //  -----------------------------------------
       super(dprop);              // Throws one of the above exception if not valid
       name   = dprop.name;