Merge "Issue #1495 add ensemble to Subscription copy constructor" into 13.2.1_delivery
Former-commit-id:1006b27149
[formerlyf88f8211e1
] [formerlyb82909bfb1
] [formerly1006b27149
[formerlyf88f8211e1
] [formerlyb82909bfb1
] [formerly29a25cbe10
[formerlyb82909bfb1
[formerly f895f5b777a8fdb292a20820678417decfd67ff9]]]] Former-commit-id:29a25cbe10
Former-commit-id:d25d858a66
[formerlyede2bc6159
] [formerly c1c55ff56072f22d82c0594793c1ce48f62a40d9 [formerly70ed87a093
]] Former-commit-id: ec981b1e284d39788c88765d33ca7421de3650bb [formerly4bf1bf11f3
] Former-commit-id:3de54778b2
This commit is contained in:
commit
a15584ad59
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ public class Subscription implements ISerializableObject, Serializable {
|
|||
this.setDataSetType(sub.getDataSetType());
|
||||
this.setRoute(sub.getRoute());
|
||||
this.setLatencyInMinutes(sub.getLatencyInMinutes());
|
||||
this.setEnsemble(sub.getEnsemble());
|
||||
}
|
||||
|
||||
@XmlAttribute
|
||||
|
|
Loading…
Add table
Reference in a new issue