]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/org/splat/simer/NewScenarioAction.java
Salome HOME
Pop-up menus updated in accordance with the functional specification
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / NewScenarioAction.java
index 024b5fd345a8569654fc35642d86648761c7a7ac..e93a67d1e11a3452a2a301c5986e264f740db364 100644 (file)
@@ -5,16 +5,12 @@ import java.util.Iterator;
 import java.util.List;
 import java.util.ResourceBundle;
 
-import org.hibernate.HibernateException;
-import org.hibernate.Session;
-import org.hibernate.Transaction;
-import org.splat.dal.dao.som.Database;
 import org.splat.dal.bo.som.Publication;
 import org.splat.dal.bo.som.Scenario;
+import org.splat.dal.bo.som.Study;
 import org.splat.service.ProjectElementService;
 import org.splat.service.ScenarioService;
 import org.splat.som.Step;
-import org.splat.dal.bo.som.Study;
 import org.splat.wapp.Menu;
 
 
@@ -318,7 +314,7 @@ public class NewScenarioAction extends Action {
 
        /**
         * Set the _titleProperty.
-        * @param _titleProperty the titleProperty to set
+        * @param titleProperty the titleProperty to set
         */
        public void setTitleProperty(final String titleProperty) {
                _titleProperty = titleProperty;
@@ -334,10 +330,10 @@ public class NewScenarioAction extends Action {
 
        /**
         * Set the _editDisabledProperty.
-        * @param _editDisabledProperty the _editDisabledProperty to set
+        * @param editDisabledProperty the editDisabledProperty to set
         */
-       public void setEditDisabledProperty(final String _editDisabledProperty) {
-               this._editDisabledProperty = _editDisabledProperty;
+       public void setEditDisabledProperty(final String editDisabledProperty) {
+               _editDisabledProperty = editDisabledProperty;
        }
        
        /**