Issue #3736 Allow shared subscriptions to have adhocs

Change-Id: I2379ac2cd1f02b36587531b448b8c3e6434664f9

Former-commit-id: 5aceef6636 [formerly 8a4711aa8d] [formerly 19840e43f3] [formerly 5aceef6636 [formerly 8a4711aa8d] [formerly 19840e43f3] [formerly 5cde2fa48c [formerly 19840e43f3 [formerly a5a2b995e5dd4a7af165f62496d8052ed43d23b4]]]]
Former-commit-id: 5cde2fa48c
Former-commit-id: f9f42a674e [formerly 029a0dd15a] [formerly 66204594e9ee097eae3c003ecc87230e1d036f1c [formerly 87ae74320e]]
Former-commit-id: 6331b621d4fa3b0d88c00f7e5d7d9d9e1585286b [formerly b860f286d3]
Former-commit-id: c5924c5c82
This commit is contained in:
Dave Hladky 2014-10-20 08:47:59 -05:00
parent 55249a7c32
commit f20d4e48af
2 changed files with 2 additions and 3 deletions

View file

@ -50,7 +50,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerialize;
* Oct 23, 2013 2484 dhladky Unique ID for subscriptions updated.
* Nov 14, 2013 2548 mpduff Add a subscription type slot.
* jan 23, 2013 2584 dhladky Versions.
* Jul 28, 2014 2752 dhladky Recurring constructor for Adhocs so that Shareds can have adhocs.
* Oct 14, 2014 3736 dhladky Allow adhoc subs for Shared Subs.
*
* </pre>
*

View file

@ -66,8 +66,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement;
* Oct 23, 2013 2484 dhladky Unique ID for subscriptions updated.
* Nov 14, 2013 2548 mpduff Add a subscription type slot.
* Dec 08, 2013 2584 dhladky Version update
* Jul 28, 2014 2752 dhladky Recurring constructor from SiteSubscription
*
* Oct 14, 2014 3736 dhladky Allow adhoc subs for Shared Subs. *
* </pre>
*
* @author dhladky