| author | Rainer Pielmann | 2012-02-01 07:39:56 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 04:30:07 (EDT) |
| commit | b08bdea8b275098f25b31b69bd7b293a3a976b41 (patch) (side-by-side diff) | |
| tree | 2800cc1b14d643cbf10d63fb9789a768a3ccc8e3 | |
| parent | 8509805e13eb045d3ff8dca2ebde2b4686988227 (diff) | |
| download | org.eclipse.stardust.ide-b08bdea8b275098f25b31b69bd7b293a3a976b41.zip org.eclipse.stardust.ide-b08bdea8b275098f25b31b69bd7b293a3a976b41.tar.gz org.eclipse.stardust.ide-b08bdea8b275098f25b31b69bd7b293a3a976b41.tar.bz2 | |
Jira-ID: CRNT-22383 Merge changes done on b_dev_6_0_x after 6.0.2.GA (6.0.2.2-r49368) through 6.0.3.GA (6.0.3.6-r50668) and beyond (6.0.x HEAD) to 7.0 (trunk) - moonglow / simulation / tate / tds (Fixed: VariableconfigurationPage was not merged correct)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@53304 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/properties/VariablesConfigurationPage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/properties/VariablesConfigurationPage.java b/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/properties/VariablesConfigurationPage.java index 0784c8b..80ff007 100644 --- a/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/properties/VariablesConfigurationPage.java +++ b/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/properties/VariablesConfigurationPage.java @@ -340,7 +340,7 @@ public class VariablesConfigurationPage extends AbstractModelElementPropertyPage ModelVariable modelVariable = i.next(); if (!modelVariable.isRemoved()) { - if (modelVariable.getName().equalsIgnoreCase(Diagram_Messages.CONFIGURATION_VARIABLE_NEW));
+ if (modelVariable.getName().equalsIgnoreCase(Diagram_Messages.CONFIGURATION_VARIABLE_NEW))
{ provideError(Diagram_Messages.PROVIDE_ERROR_PROVIDE_A_VALID_NAME_FOR_NEW_VARIABLE, false); } |

