Skip to content

Commit fffd87a

Browse files
authored
Merge pull request #446 from Systems-Modeling/ST6RI-632
ST6RI-632 LiteralBooleanImpl.VALUE_EDEFAULT is set to "true"
2 parents c983964 + 04883d9 commit fffd87a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

org.omg.sysml/syntax-gen/org/omg/sysml/lang/sysml/impl/LiteralBooleanImpl.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,15 @@
4545
*/
4646
public class LiteralBooleanImpl extends LiteralExpressionImpl implements LiteralBoolean {
4747
/**
48-
* The default value of the '{@link #isValue() <em>Value</em>}' attribute.
48+
* The default value of the '{@link #isValue() <em>Value</em>}' attribute.
4949
* <!-- begin-user-doc -->
5050
* Default value for a LiteralBoolean is true.
5151
* <!-- end-user-doc -->
52-
*
5352
* @see #isValue()
54-
* @generated NOT
53+
* @generated
5554
* @ordered
5655
*/
57-
protected static final boolean VALUE_EDEFAULT = true;
56+
protected static final boolean VALUE_EDEFAULT = false;
5857

5958
/**
6059
* The cached value of the '{@link #isValue() <em>Value</em>}' attribute. <!--

0 commit comments

Comments
 (0)