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:
parent
70d895dd15
commit
7f98021420
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue