diff --git a/edexOsgi/com.raytheon.uf.common.datadelivery.registry/src/com/raytheon/uf/common/datadelivery/registry/Subscription.java b/edexOsgi/com.raytheon.uf.common.datadelivery.registry/src/com/raytheon/uf/common/datadelivery/registry/Subscription.java index 3c7e732139..d04aec0db3 100644 --- a/edexOsgi/com.raytheon.uf.common.datadelivery.registry/src/com/raytheon/uf/common/datadelivery/registry/Subscription.java +++ b/edexOsgi/com.raytheon.uf.common.datadelivery.registry/src/com/raytheon/uf/common/datadelivery/registry/Subscription.java @@ -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