Salome HOME
NewStudyAction is improved. Specific business method for creation of a new study...
[tools/siman.git] / Workspace / Siman / src / org / splat / module / SaveDocumentAction.java
index 611e58444be6c5a915ecf72b9881ed782a7932b9..878975b33dfe3db0c9905bf78078d31624482284 100644 (file)
@@ -365,7 +365,6 @@ public class SaveDocumentAction extends Action {
        // ==============================================================================================================================
 
        private void setupDefaultUses(DocumentType type) {
-               // -------------------------------------------------
                Set<DocumentType> uses = type.getDefaultUses();
 
                for (Iterator<DocumentType> i = uses.iterator(); i.hasNext();) {