Merge "Issue #1495 add ensemble to Subscription copy constructor" into 13.2.1_delivery
Former-commit-id: f895f5b777a8fdb292a20820678417decfd67ff9
This commit is contained in:
commit
29a25cbe10
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