]> source.dussan.org Git - jgit.git/commit
Ensure GitCommand's "callable" guard is thread-safe 82/40082/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 21 Jan 2015 22:52:28 +0000 (23:52 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 21 Jan 2015 22:52:28 +0000 (23:52 +0100)
commit1a729bec9cd7320f2e2e54978ef65efc2c5234d7
treeeff11a7304adb562e58f82810c263125c37877d7
parente7f153bf3a28139a40faf5dde5270da0ce50aa4b
Ensure GitCommand's "callable" guard is thread-safe

This way we can ensure that the same command instance can't be used
concurrently in multiple threads.

Bug: 458023
Change-Id: I4884a1ef2f609f9fb24dda4bd5819dffb9f174b6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/GitCommand.java