Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2014-05-02 09:11:37 +0000
committerAnsgar Radermacher2014-05-02 09:12:32 +0000
commit3665e018e8b58c8be12394d682ab75bca7bf9884 (patch)
treee15882e18d5e0eb89b6b9a84e5ed06f1ac665e80 /plugins/views/properties
parent5f71fdad3cf08cb1cd4bf3774d32250352784058 (diff)
downloadorg.eclipse.papyrus-3665e018e8b58c8be12394d682ab75bca7bf9884.tar.gz
org.eclipse.papyrus-3665e018e8b58c8be12394d682ab75bca7bf9884.tar.xz
org.eclipse.papyrus-3665e018e8b58c8be12394d682ab75bca7bf9884.zip
Bug 433647 - [OCL Editor] Properties View OCL Editor for OpaqueExpression is Buggy
Diffstat (limited to 'plugins/views/properties')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/widgets/AbstractPropertyEditor.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/widgets/AbstractPropertyEditor.java b/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/widgets/AbstractPropertyEditor.java
index b87ff2cdeef..6c452ce7b4f 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/widgets/AbstractPropertyEditor.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties/src/org/eclipse/papyrus/views/properties/widgets/AbstractPropertyEditor.java
@@ -244,10 +244,7 @@ public abstract class AbstractPropertyEditor implements IChangeListener, Customi
AbstractEditor editor = getEditor();
if(editor != null ) {
editor.refreshValue();
- }
-
-
-
+ }
}
/**

Back to the top