Triggering build

cusax-fix
Damian Minkov 20 years ago
parent 2739742023
commit 37e390920a

@ -557,6 +557,9 @@ public void postTestSubscribe()
Contact srcContact = null;
ProtocolProviderService srcProvider = null;
// the event can be SubscriptionEvent and the new added one
// SubscriptionMovedEvent
if(evt instanceof SubscriptionEvent)
{
SubscriptionEvent subEvt = (SubscriptionEvent)evt;

Loading…
Cancel
Save