1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[329263] [dstore] StatusMonitor updates to be like DStoreStatusMonitor

This commit is contained in:
David McKnight 2010-11-03 13:57:56 +00:00
parent 70d895dd15
commit 7f98021420

View file

@ -17,7 +17,7 @@
* David McKnight (IBM) - [229947] [dstore] interruption to Thread.sleep() should not stop waitForUpdate()
* David McKnight (IBM) - [231126] [dstore] status monitor needs to reset WaitThreshold on nudge
* David McKnight (IBM) - [278341] [dstore] Disconnect on idle causes the client hang
* David McKnight (IBM) - [329263] [dstore] [dstore] StatusMonitor updates to be like DStoreStatusMonitor
* David McKnight (IBM) - [329263] [dstore] StatusMonitor updates to be like DStoreStatusMonitor
*******************************************************************************/
package org.eclipse.rse.connectorservice.dstore.util;
@ -178,7 +178,7 @@ public class StatusMonitor implements IDomainListener, ICommunicationsListener
if (isStatusDone)
{
setDone(parent);
notifyAll();
notifyUpdate();
}
}
}