Salome HOME
Beans initialization is fixed. Document can be added to study now.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / som / File.java
index 9da39a7d126e2c6e32a953ee1a56e7d699ac6fdc..64f2998d4d42e0712e887d1575780f7d49860bf9 100644 (file)
@@ -102,7 +102,7 @@ public class File extends Persistent {
 //  Protected service
 //  ==============================================================================================================================
 
-    protected void changePath (String path) {
+    public void changePath (String path) {
 //  ---------------------------------------
       this.path   = path;
       this.myfile = null;