Merge pull request #961 from gregturn/SPR-13940
* pr/961: Remove duplicate method from reference docs
This commit is contained in:
commit
268ebd7e89
|
|
@ -2918,10 +2918,6 @@ query methods, one for an `int` and one that queries for a `String`.
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return this.jdbcTemplate.queryForObject("select name from mytable", String.class);
|
return this.jdbcTemplate.queryForObject("select name from mytable", String.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setDataSource(DataSource dataSource) {
|
|
||||||
this.dataSource = dataSource;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue