review comments

This commit is contained in:
nishantmonu51 2014-01-17 12:51:28 +05:30
parent 3db33c3268
commit 874cdb1b5b

View File

@ -87,7 +87,7 @@ public class ExecsTest
for(int i=0;i<capacity;i++){
barrier.await();
}
producer.shutdownNow();
producer.shutdown();
}