Remove duplicate method from reference docs

Closes gh-681
Issue: SPR-13940
master
Greg Turnquist 9 years ago committed by Stephane Nicoll
parent 0dff782402
commit 8cb35197ef
  1. 4
      src/asciidoc/data-access.adoc

@ -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…
Cancel
Save