| commit | 12291d92ee8a06c77c74b5eef5756e81b26368c8 | [log] [tgz] |
|---|---|---|
| author | Vincent Lorenzo <vincent.lorenzo@cea.fr> | Fri Dec 04 12:52:38 2020 +0100 |
| committer | Vincent Lorenzo <vincent.lorenzo@cea.fr> | Fri Dec 04 12:52:38 2020 +0100 |
| tree | ecdd3f94120782bf2da4700fc93d2f977f753f14 | |
| parent | 8366e2a36fdb36d35e569d6968f737757a0d9f7f [diff] |
Bug 569460: [Model2Doc] open the API : the class CreatePapyrusDocumentTemplateEditorCommand must not be final Change-Id: I8de093e98de3963b312b71c9e9305311e59ba690 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
diff --git a/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/api/org/eclipse/papyrus/model2doc/integration/emf/documentstructuretemplate/representation/architecture/CreatePapyrusDocumentTemplateEditorCommand.java b/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/api/org/eclipse/papyrus/model2doc/integration/emf/documentstructuretemplate/representation/architecture/CreatePapyrusDocumentTemplateEditorCommand.java index babbc60..2b18921 100755 --- a/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/api/org/eclipse/papyrus/model2doc/integration/emf/documentstructuretemplate/representation/architecture/CreatePapyrusDocumentTemplateEditorCommand.java +++ b/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/api/org/eclipse/papyrus/model2doc/integration/emf/documentstructuretemplate/representation/architecture/CreatePapyrusDocumentTemplateEditorCommand.java
@@ -10,7 +10,7 @@ * * Contributors: * Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation - * Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Bug 569246 + * Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Bug 569246, 569460 *****************************************************************************/ package org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture; @@ -31,7 +31,7 @@ /** * This class allows to create new DocumentTemplate instance and open the papyrus editor for it */ -public final class CreatePapyrusDocumentTemplateEditorCommand extends AbstractCreateDocumentTemplateEditorCommand implements ICreateDocumentTemplateEditorCommand { +public class CreatePapyrusDocumentTemplateEditorCommand extends AbstractCreateDocumentTemplateEditorCommand implements ICreateDocumentTemplateEditorCommand { /** * Prompts the user the future document's name