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 / Timestamp.java
index 6593c54333e98976057cec2f2989e9b778dad674..ff87997bc90b54d2e535aa7610e3c664267321ae 100644 (file)
@@ -81,7 +81,7 @@ public class Timestamp extends Any {
 //  Protected services
 //  ==============================================================================================================================
 
-    protected StampRelation getContext () {
+    public StampRelation getContext () {
 //  -------------------------------------
       return context;
     }