diff options
Diffstat (limited to 'qpid/java/common/Composite.tpl')
| -rw-r--r-- | qpid/java/common/Composite.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/common/Composite.tpl b/qpid/java/common/Composite.tpl index ad166a0170..18b5374965 100644 --- a/qpid/java/common/Composite.tpl +++ b/qpid/java/common/Composite.tpl @@ -187,7 +187,7 @@ ${ if not f.empty: out(" this.$(f.name) = $(f.default);") } - this.dirty = true; + setDirty(true); return this; } """) @@ -221,7 +221,7 @@ if pack > 0: else: out(" packing_flags |= $(f.flag_mask(pack));") } - this.dirty = true; + setDirty(true); return this; } |
