Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/WrappingLabelWithScalableIcons.java')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/WrappingLabelWithScalableIcons.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/WrappingLabelWithScalableIcons.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/WrappingLabelWithScalableIcons.java
index 5c47f3cac2e..24bc4fe2374 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/WrappingLabelWithScalableIcons.java
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/figure/node/WrappingLabelWithScalableIcons.java
@@ -30,7 +30,7 @@ public class WrappingLabelWithScalableIcons extends WrappingLabel {
/**
* Width between icons (and between icons & text)
*/
- public final static int GAP_WIDTH = 4;
+ public static final int GAP_WIDTH = 4;
@Override
public void paintFigure(Graphics graphics) {

Back to the top