additional parameterization of KeyCollector

This commit is contained in:
robokaso
2008-07-23 12:16:50 +00:00
parent d737ddb797
commit 5ad331312a
10 changed files with 13 additions and 14 deletions

View File

@@ -165,7 +165,7 @@ public class DrivingQueryItemReaderTests extends TestCase {
return new ArrayList<Foo>();
}
public void updateContext(Object key,
public void updateContext(Foo key,
ExecutionContext executionContext) {
}
});
@@ -232,7 +232,7 @@ public class DrivingQueryItemReaderTests extends TestCase {
}
}
public void updateContext(Object key, ExecutionContext executionContext) {
public void updateContext(Foo key, ExecutionContext executionContext) {
executionContext.put(RESTART_KEY, restartKeys);
}