Author: linus Date: 2010-04-17 06:08:37-0700 New Revision: 18273 Modified: branches/BRANCH_0_30_x/ (props changed) branches/BRANCH_0_30_x/src/argouml-app/ (props changed) branches/BRANCH_0_30_x/src/argouml-app/tests/org/argouml/profile/ (props changed) branches/BRANCH_0_30_x/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLInitialValueExpressionModel.java
Log: Merging rev 18215 from trunk for Issue 6055. Modified: branches/BRANCH_0_30_x/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLInitialValueExpressionModel.java Url: http://argouml.tigris.org/source/browse/argouml/branches/BRANCH_0_30_x/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLInitialValueExpressionModel.java?view=diff&pathrev=18273&r1=18272&r2=18273 ============================================================================== --- branches/BRANCH_0_30_x/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLInitialValueExpressionModel.java (original) +++ branches/BRANCH_0_30_x/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/UMLInitialValueExpressionModel.java 2010-04-17 06:08:37-0700 @@ -49,14 +49,8 @@ class UMLInitialValueExpressionModel extends UMLExpressionModel { - - public UMLInitialValueExpressionModel(Object target) { super(target, "initialValue"); - if (!Model.getFacade().isAAttribute(target)) { - throw new IllegalArgumentException( - "The target must be an attribute we got a " + target.getClass().getName()); - } } /** ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2586648 To unsubscribe from this discussion, e-mail: [[email protected]].
