Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2009-11-24 18:44:41 +0000
committerrschnekenbu2009-11-24 18:44:41 +0000
commitc859102b3af796c04f8c30514f3d55606fd2b586 (patch)
tree82087ef380f6a987e06e93604882ae7a5847f92f
parent911fb6cacd9330c656f406ccab36f88cdef7e396 (diff)
downloadorg.eclipse.papyrus-c859102b3af796c04f8c30514f3d55606fd2b586.tar.gz
org.eclipse.papyrus-c859102b3af796c04f8c30514f3d55606fd2b586.tar.xz
org.eclipse.papyrus-c859102b3af796c04f8c30514f3d55606fd2b586.zip
removed a dependency to umlutils plugin. (comming from a javadoc!)
-rw-r--r--plugins/uml/org.eclipse.papyrus.tabbedproperties.appearance/src/org/eclipse/papyrus/tabbedproperties/appearance/MaskManagedLabelSection.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.tabbedproperties.appearance/src/org/eclipse/papyrus/tabbedproperties/appearance/MaskManagedLabelSection.java b/plugins/uml/org.eclipse.papyrus.tabbedproperties.appearance/src/org/eclipse/papyrus/tabbedproperties/appearance/MaskManagedLabelSection.java
index 9375f5b44a0..62f2f7b3365 100644
--- a/plugins/uml/org.eclipse.papyrus.tabbedproperties.appearance/src/org/eclipse/papyrus/tabbedproperties/appearance/MaskManagedLabelSection.java
+++ b/plugins/uml/org.eclipse.papyrus.tabbedproperties.appearance/src/org/eclipse/papyrus/tabbedproperties/appearance/MaskManagedLabelSection.java
@@ -21,7 +21,6 @@ import org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractNotationPr
import org.eclipse.jface.preference.PreferenceDialog;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.papyrus.diagram.common.editpolicies.IMaskManagedLabelEditPolicy;
-import org.eclipse.papyrus.umlutils.PropertyUtil;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.events.SelectionListener;
@@ -40,8 +39,6 @@ import org.eclipse.ui.dialogs.PreferencesUtil;
/**
* Section for properties view, for label management. More precisely, these labels are manage with
* masks, to say if, for exammple, the name must be displayed or not.
- *
- * @see PropertyUtil#getCustomLabel(org.eclipse.uml2.uml.Property, int)
*/
public class MaskManagedLabelSection extends AbstractNotationPropertiesSection {

Back to the top