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