[531027] Regenerating based on changes in EMF.
diff --git a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/presentation/UMLModelWizard.java b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/presentation/UMLModelWizard.java
index 09c1606..20c62e7 100644
--- a/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/presentation/UMLModelWizard.java
+++ b/plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/presentation/UMLModelWizard.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2017 IBM Corporation and others.
+ * Copyright (c) 2005, 2018 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
  * Contributors:
  *   IBM - initial API and implementation
  *   Kenn Hussey (Embarcadero Technologies) - 227392, 204200
- *   Kenn Hussey - 323181, 522658
+ *   Kenn Hussey - 323181, 522658, 531027
  *
  */
 package org.eclipse.uml2.uml.editor.presentation;
@@ -327,7 +327,7 @@
 						.getDefaultEditor(modelFile.getFullPath().toString(),
 							Platform.getContentTypeManager()
 								.getContentType(UMLPackage.eCONTENT_TYPE))
-					.getId());
+						.getId());
 			} catch (PartInitException exception) {
 				MessageDialog.openError(
 					workbenchWindow.getShell(), UMLEditorPlugin.INSTANCE