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 / File.java
index 64f2998d4d42e0712e887d1575780f7d49860bf9..56758848b4cd85e6efa5090b5492dd37e1fe51c7 100644 (file)
@@ -37,7 +37,7 @@ public class File extends Persistent {
       this.myfile = null;
     }
 //  Internal constructors
-    protected File (String path) {
+    public File (String path) {
 //  ----------------------------
       Calendar  current = Calendar.getInstance();
       String[]  table   = path.split("\\x2E");