Merge "Issue #1495 add ensemble to Subscription copy constructor" into 13.2.1_delivery

Former-commit-id: f88f8211e1 [formerly b82909bfb1] [formerly f88f8211e1 [formerly b82909bfb1] [formerly 29a25cbe10 [formerly f895f5b777a8fdb292a20820678417decfd67ff9]]]
Former-commit-id: 29a25cbe10
Former-commit-id: ede2bc6159 [formerly 70ed87a093]
Former-commit-id: 4bf1bf11f3
This commit is contained in:
Lee Venable 2013-01-29 16:46:31 -06:00 committed by Gerrit Code Review
commit 3de54778b2

View file

@ -203,6 +203,7 @@ public class Subscription implements ISerializableObject, Serializable {
this.setDataSetType(sub.getDataSetType()); this.setDataSetType(sub.getDataSetType());
this.setRoute(sub.getRoute()); this.setRoute(sub.getRoute());
this.setLatencyInMinutes(sub.getLatencyInMinutes()); this.setLatencyInMinutes(sub.getLatencyInMinutes());
this.setEnsemble(sub.getEnsemble());
} }
@XmlAttribute @XmlAttribute