]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman/src/org/splat/simer/SearchDocumentAction.java
Salome HOME
Actions menu properties are refactored, unnecessary code is removed.
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / SearchDocumentAction.java
index df2cbda2ca1b803eb96e755875c98895029afba3..3aa5c6a561914c89511bb16b83ecb177aaf7c2d8 100644 (file)
@@ -3,6 +3,9 @@ package org.splat.simer;
 
 public class SearchDocumentAction extends Action {
 
+       /**
+        * Serial version ID.
+        */
        private static final long serialVersionUID = 4347921635793712836L;
 
 //  ==============================================================================================================================
@@ -10,7 +13,6 @@ public class SearchDocumentAction extends Action {
 //  ==============================================================================================================================
 
        public String doInitialize () {
-//  -----------------------------
       return SUCCESS;
        }
 }
\ No newline at end of file