Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/OperationTemplateParameterOperations.java')
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/OperationTemplateParameterOperations.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/OperationTemplateParameterOperations.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/OperationTemplateParameterOperations.java
index 9ec8207a1..b36a51315 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/OperationTemplateParameterOperations.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/OperationTemplateParameterOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, 2016 CEA and others.
+ * Copyright (c) 2014, 2018 CEA 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
@@ -80,8 +80,7 @@ public class OperationTemplateParameterOperations
new Object[]{"validateMatchDefaultSignature", //$NON-NLS-1$
org.eclipse.emf.ecore.util.EObjectValidator
.getObjectLabel(operationTemplateParameter,
- context)}),
- new Object[]{operationTemplateParameter}));
+ context)}), new Object[]{operationTemplateParameter}));
}
return false;
}

Back to the top