RESOLVED - BATCH-796: typos in javadoc @links and comments
This commit is contained in:
@@ -22,7 +22,7 @@ import org.springframework.batch.sample.domain.football.PlayerSummary;
|
||||
import org.springframework.jdbc.core.simple.ParameterizedRowMapper;
|
||||
|
||||
/**
|
||||
* RowMapper used to map a ResultSet to a (@link PlayerSummary)
|
||||
* RowMapper used to map a ResultSet to a {@link PlayerSummary}
|
||||
*
|
||||
* @author Lucas Ward
|
||||
*
|
||||
|
||||
@@ -22,7 +22,7 @@ import org.springframework.batch.sample.domain.football.PlayerSummary;
|
||||
import org.springframework.jdbc.core.RowMapper;
|
||||
|
||||
/**
|
||||
* RowMapper used to map a ResultSet to a (@link PlayerSummary)
|
||||
* RowMapper used to map a ResultSet to a {@link PlayerSummary}
|
||||
*
|
||||
* @author Lucas Ward
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user