Salome HOME
Refactoring continues: UserService is created instead of UserDirectory. Database...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / kernel / TextAttribute.java
index 4e797eb5471996543d979c8d20947c906e7d7282..36c6fa0d6961298b52002725b3a02c45455f1d9c 100644 (file)
@@ -1,7 +1,5 @@
 package org.splat.dal.bo.kernel;
 
-import org.splat.dal.dao.kernel.Database;
-
 /**
  * 
  * @author    Daniel Brunier-Coulin
@@ -45,6 +43,6 @@ public abstract class TextAttribute extends Attribute {
     protected void setValue (String value) {
 //  --------------------------------------
       mytext = value;
-      if (this.isSaved()) Database.getSession().update(this);
+//RKV      if (this.isSaved()) Database.getCurSession().update(this);
     }
 }
\ No newline at end of file