Skip to content
Snippets Groups Projects
Commit ce6bb4ca authored by Christian Wulf's avatar Christian Wulf
Browse files

removed out-dated comments

parent dda26070
No related branches found
No related tags found
No related merge requests found
......@@ -87,16 +87,6 @@ class ThreadService extends AbstractService<ThreadService> {
void onFinish() {
try {
runnableCounter.waitFor(0);
// LOGGER.debug("Waiting for finiteProducerThreads");
// for (Thread thread : this.finiteProducerThreads) {
// thread.join();
// }
//
// LOGGER.debug("Waiting for consumerThreads");
// for (Thread thread : this.consumerThreads) {
// thread.join();
// }
} catch (InterruptedException e) {
LOGGER.error("Execution has stopped unexpectedly", e);
for (Thread thread : this.finiteProducerThreads) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment