Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.uml2.uml.editor/src/org/eclipse/uml2/uml/editor/presentation/UMLModelWizard.java6
1 files changed, 3 insertions, 3 deletions
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 09c1606b0..20c62e78a 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 @@ public class UMLModelWizard
.getDefaultEditor(modelFile.getFullPath().toString(),
Platform.getContentTypeManager()
.getContentType(UMLPackage.eCONTENT_TYPE))
- .getId());
+ .getId());
} catch (PartInitException exception) {
MessageDialog.openError(
workbenchWindow.getShell(), UMLEditorPlugin.INSTANCE

Back to the top