1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

[232004] [dstore][multithread] some miner finish() is not terminated sometimes

This commit is contained in:
David McKnight 2008-05-14 14:28:31 +00:00
parent 18e39b2329
commit 74c5993c32

View file

@ -17,6 +17,7 @@
* Noriaki Takatsu (IBM) [229146] [multithread] changes to stop Miner threads when clients disconnect
* David McKnight (IBM) - [226561] [apidoc] Add API markup to RSE Javadocs where extend / implement is allowed
* Martin Oberhuber (Wind River) - [199854][api] Improve error reporting for archive handlers
* David McKnight (IBM) - [232004] [dstore][multithread] some miner finish() is not terminated sometimes
*******************************************************************************/
package org.eclipse.dstore.core.miners;
@ -223,7 +224,6 @@ implements ISchemaExtender
e.printStackTrace();
}
}
waitForInput();
}
public final void requestCommand(DataElement command)