OPEN - issue BATCH-1522: Intermittent failure of FaultTolerantStepFactoryBean in multi-threaded test

This commit is contained in:
dsyer
2010-03-03 12:04:38 +00:00
parent 01697d9ffa
commit 9f37db9f39
5 changed files with 301 additions and 9 deletions

View File

@@ -165,9 +165,9 @@ public class TransactionAwareProxyFactory<T> {
private class TargetSynchronization extends TransactionSynchronizationAdapter {
T cache;
private final T cache;
Object key;
private final Object key;
public TargetSynchronization(Object key, T cache) {
super();