Salome HOME
Edit/Delete of the description/comments functionalities are implemented
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / kernel / Any.java
index faba8598d35d2ff4a70ed0337aed0a965e0f29c1..c84935c09a2ef227b0d3e07d9174097d38acfeb4 100644 (file)
@@ -58,7 +58,7 @@ public abstract class Any extends Persistent {
 //  Protected services
 //  ==============================================================================================================================
 
-    protected boolean removeAttribute (Attribute field) {
+    public boolean removeAttribute (Attribute field) {
       for (Iterator<Attribute> i=getAttributes().iterator(); i.hasNext(); ) {
         if (!i.next().equals(field)) continue;
        i.remove();