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/LinkEndDataOperations.java')
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/LinkEndDataOperations.java17
1 files changed, 6 insertions, 11 deletions
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/LinkEndDataOperations.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/LinkEndDataOperations.java
index 09dc07fca..138569447 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/LinkEndDataOperations.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/operations/LinkEndDataOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2016 IBM Corporation, CEA, and others.
+ * Copyright (c) 2005, 2018 IBM Corporation, 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
@@ -86,8 +86,7 @@ public class LinkEndDataOperations
"_UI_GenericInvariant_diagnostic", //$NON-NLS-1$
new Object[]{"validatePropertyIsAssociationEnd", //$NON-NLS-1$
org.eclipse.emf.ecore.util.EObjectValidator
- .getObjectLabel(linkEndData, context)}),
- new Object[]{linkEndData}));
+ .getObjectLabel(linkEndData, context)}), new Object[]{linkEndData}));
}
return false;
}
@@ -121,8 +120,7 @@ public class LinkEndDataOperations
"_UI_GenericInvariant_diagnostic", //$NON-NLS-1$
new Object[]{"validateSameType", //$NON-NLS-1$
org.eclipse.emf.ecore.util.EObjectValidator
- .getObjectLabel(linkEndData, context)}),
- new Object[]{linkEndData}));
+ .getObjectLabel(linkEndData, context)}), new Object[]{linkEndData}));
}
return false;
}
@@ -156,8 +154,7 @@ public class LinkEndDataOperations
"_UI_GenericInvariant_diagnostic", //$NON-NLS-1$
new Object[]{"validateMultiplicity", //$NON-NLS-1$
org.eclipse.emf.ecore.util.EObjectValidator
- .getObjectLabel(linkEndData, context)}),
- new Object[]{linkEndData}));
+ .getObjectLabel(linkEndData, context)}), new Object[]{linkEndData}));
}
return false;
}
@@ -191,8 +188,7 @@ public class LinkEndDataOperations
"_UI_GenericInvariant_diagnostic", //$NON-NLS-1$
new Object[]{"validateQualifiers", //$NON-NLS-1$
org.eclipse.emf.ecore.util.EObjectValidator
- .getObjectLabel(linkEndData, context)}),
- new Object[]{linkEndData}));
+ .getObjectLabel(linkEndData, context)}), new Object[]{linkEndData}));
}
return false;
}
@@ -257,8 +253,7 @@ public class LinkEndDataOperations
"_UI_GenericInvariant_diagnostic", //$NON-NLS-1$
new Object[]{"validateEndObjectInputPin", //$NON-NLS-1$
org.eclipse.emf.ecore.util.EObjectValidator
- .getObjectLabel(linkEndData, context)}),
- new Object[]{linkEndData}));
+ .getObjectLabel(linkEndData, context)}), new Object[]{linkEndData}));
}
return false;
}

Back to the top