Fix Javadoc errors

This commit is contained in:
Mahmoud Ben Hassine
2019-01-30 09:30:08 +01:00
parent fbe345630b
commit 7e9cd07cbb
3 changed files with 4 additions and 4 deletions

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 org.springframework.batch.core.test.football.PlayerSummary}
* RowMapper used to map a ResultSet to a {@link org.springframework.batch.sample.domain.football.PlayerSummary}
*
* @author Lucas Ward
* @author Mahmoud Ben Hassine

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 org.springframework.batch.core.test.football.PlayerSummary}
* RowMapper used to map a ResultSet to a {@link org.springframework.batch.sample.domain.football.PlayerSummary}
*
* @author Lucas Ward
* @author Mahmoud Ben Hassine