Salome HOME
Duplicated menu after a second study opening is fixed.
[tools/siman.git] / Workspace / Siman / src / org / splat / wapp / TabBar.java
index b362d4e08231b19bf0c7fb44c7ce5c31255deab1..0698691e2ea057367442de9a31d586a3ab742311 100644 (file)
@@ -13,6 +13,9 @@ public class TabBar implements Serializable {
        protected HashMap<String,String>  disabled;           // Actions of disabled item
     protected String                  selection;
 
+       /**
+        * Serial version ID.
+        */
        private static final long serialVersionUID = 1851786085512439549L;
 
 //  ==============================================================================================================================