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

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

View file

@ -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