[BATCH-429] Moved all code out of execution

This commit is contained in:
nebhale
2008-03-07 16:02:22 +00:00
parent 5a04a9ddcd
commit bfb9447d6b
153 changed files with 188 additions and 187 deletions

View File

@@ -7,7 +7,6 @@
</configSuffixes>
<enableImports><![CDATA[false]]></enableImports>
<configs>
<config>src/test/resources/org/springframework/batch/retry/aop/retry-transaction-test.xml</config>
<config>src/test/resources/org/springframework/batch/item/database/data-source-context.xml</config>
<config>src/test/resources/org/springframework/batch/item/file/mapping/bean-wrapper.xml</config>
</configs>

View File

@@ -10,7 +10,7 @@ import org.springframework.util.Assert;
/**
* Tests for {@link AbstractMethodInvokingDelegator}
*
*
* @author Robert Kasanicky
*/
public class AbstractDelegatorTests extends TestCase {