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

@@ -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
*

View File

@@ -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
*