We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c983964 commit 04883d9Copy full SHA for 04883d9
1 file changed
org.omg.sysml/syntax-gen/org/omg/sysml/lang/sysml/impl/LiteralBooleanImpl.java
@@ -45,16 +45,15 @@
45
*/
46
public class LiteralBooleanImpl extends LiteralExpressionImpl implements LiteralBoolean {
47
/**
48
- * The default value of the '{@link #isValue() <em>Value</em>}' attribute.
+ * The default value of the '{@link #isValue() <em>Value</em>}' attribute.
49
* <!-- begin-user-doc -->
50
* Default value for a LiteralBoolean is true.
51
* <!-- end-user-doc -->
52
- *
53
* @see #isValue()
54
- * @generated NOT
+ * @generated
55
* @ordered
56
57
- protected static final boolean VALUE_EDEFAULT = true;
+ protected static final boolean VALUE_EDEFAULT = false;
58
59
60
* The cached value of the '{@link #isValue() <em>Value</em>}' attribute. <!--
0 commit comments