Salome HOME
Create new scenario from existing one is improved
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / SearchDocumentAction.java
1 package org.splat.simer;
2
3
4 public class SearchDocumentAction extends Action {
5
6         /**
7          * Serial version ID.
8          */
9         private static final long serialVersionUID = 4347921635793712836L;
10
11 //  ==============================================================================================================================
12 //  Action methods
13 //  ==============================================================================================================================
14
15         public String doInitialize () {
16       return SUCCESS;
17         }
18 }