Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2013-12-07 20:07:21 +0000
committerKenn Hussey2013-12-07 20:07:21 +0000
commit4abbefaf1c8d595c2fa9f480e95e66b30e4f61bd (patch)
treecbcd97dd2f4df495dc9689192f4364ff1a3f387f
parent75b5c6f54249a787b845b13e9941cfc630fc70d6 (diff)
downloadorg.eclipse.uml2-bugs/403374.tar.gz
org.eclipse.uml2-bugs/403374.tar.xz
org.eclipse.uml2-bugs/403374.zip
[403374] Formatting tweaks plus updating generator model.bugs/403374
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java
index e4854bd4a..45ac700e4 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/util/UMLUtil.java
@@ -7361,8 +7361,8 @@ public class UMLUtil
}
if ((eClassifier instanceof EClass)
- && (options == null || !OPTION__PROCESS.equals(options
- .get(OPTION__NON_API_INVARIANTS)))) {
+ && !OPTION__PROCESS.equals(options
+ .get(OPTION__NON_API_INVARIANTS))) {
EOperation eOperation = EcoreFactory.eINSTANCE
.createEOperation();

Back to the top