]> source.dussan.org Git - jgit.git/commit
Using java.util.concurrent in NLSTest instead of handling threads directly. 19/2219/2
authorSasa Zivkov <sasa.zivkov@sap.com>
Fri, 7 Jan 2011 12:38:28 +0000 (13:38 +0100)
committerSasa Zivkov <sasa.zivkov@sap.com>
Mon, 10 Jan 2011 08:15:26 +0000 (09:15 +0100)
commitd7ca89204217e61649247512a22196705ae6f433
treebc509134b7d9f60d9fddfa15fd44e2e8e2e84441
parentb7f887f1204fc14e2ef698d6d4a24d13fa6de5e6
Using java.util.concurrent in NLSTest instead of handling threads directly.

A test in NLSTest was mixing the "old" and the "new" way of handling
concurrency. This change makes use of the java.util.concurrent facilities to
control concurrency and removes the code that was directly dealing with Thread
objects.

Change-Id: Ie7267776e988a48a5443f0f3fe4eb43e79eee4b1
Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/nls/NLSTest.java