[BATCH-447] Extracted out hard dependency on Backport Concurrent

This commit is contained in:
nebhale
2008-03-13 11:22:44 +00:00
parent 591e507421
commit 66b61a78d8
8 changed files with 375 additions and 179 deletions

View File

@@ -20,7 +20,7 @@ import org.springframework.batch.core.StepExecution;
import edu.emory.mathcs.backport.java.util.concurrent.Semaphore;
/**
* An implementation of the {@link StepExecutionSynchronizer} that uses Backport Concurrent Utilties.
* An implementation of the {@link StepExecutionSynchronizer} that uses Backport Concurrent Utilities.
*
* @author Dave Syer
* @author Ben Hale