You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2011/04/10 07:55:05 UTC

[jira] [Closed] (DBUTILS-68) Examples on main page are not generic and produce unchecked warning

     [ https://issues.apache.org/jira/browse/DBUTILS-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed DBUTILS-68.
--------------------------------

    Resolution: Fixed

Resolving - I edited the staging site; which will get pushed to live automatically.

> Examples on main page are not generic and produce unchecked warning
> -------------------------------------------------------------------
>
>                 Key: DBUTILS-68
>                 URL: https://issues.apache.org/jira/browse/DBUTILS-68
>             Project: Commons DbUtils
>          Issue Type: Task
>    Affects Versions: 1.3
>            Reporter: Michael Osipov
>            Priority: Minor
>
> Check the [examples|http://commons.apache.org/dbutils/examples.html] "ResultSetHandler Implementations". It should rather be
> {code}
> ResultSetHandler<Person> h = new BeanHandler<Person>(Person.class);
> {code}
> and
> {code}
> ResultSetHandler<List<Person>> h = new BeanListHandler<Person>(Person.class);
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira