eliminated all javadoc warnings; no API changes, with the exception of adding generics metadata to GatewayProxyFactoryBean (now 'implements FactoryBean<Object>').
This commit is contained in:
@@ -165,7 +165,7 @@ public class JdbcMessageStore extends AbstractMessageGroupStore implements Messa
|
||||
* The {@link JdbcOperations} to use when interacting with the database. Either this property can be set or the
|
||||
* {@link #setDataSource(DataSource) dataSource}.
|
||||
*
|
||||
* @param dataSource a {@link DataSource}
|
||||
* @param jdbcTemplate a {@link JdbcOperations}
|
||||
*/
|
||||
public void setJdbcTemplate(JdbcOperations jdbcTemplate) {
|
||||
this.jdbcTemplate = jdbcTemplate;
|
||||
|
||||
@@ -30,7 +30,7 @@ public interface SqlParameterSourceFactory {
|
||||
|
||||
/**
|
||||
* Return a new {@link SqlParameterSource}.
|
||||
* @param pollResult the result of the preceding poll operation
|
||||
* @param resultOfSelect the result of the preceding poll operation
|
||||
*/
|
||||
public SqlParameterSource createParameterSource(Object resultOfSelect);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user