RESOLVED - BATCH-796: typos in javadoc @links and comments

This commit is contained in:
robokaso
2008-09-02 12:20:33 +00:00
parent a984e6da2a
commit 22044884c6
6 changed files with 9 additions and 7 deletions

View File

@@ -17,9 +17,10 @@
package org.springframework.batch.sample;
import org.junit.Test;
import org.springframework.context.Lifecycle;
/**
* Abstract TestCase that automatically starts a Spring (@link Lifecycle) after
* Abstract TestCase that automatically starts a Spring {@link Lifecycle} after
* obtaining it automatically via autowiring by type.
*
* This implemenation is based on JUnit4 and SpringJUnit4ClassRunner being used