Salome HOME
a97e6fff2d6c200781cf385f7bd82d76e115cdb4
[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 //  -----------------------------
17       return SUCCESS;
18         }
19 }