You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2011/08/19 17:00:29 UTC

[DBUTILS] Test code still requires Java 1.6

QueryRunnerTest imports java.util.concurrent.RunnableFuture which
requires Java 1.6

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [DBUTILS] Test code still requires Java 1.6

Posted by Henri Yandell <fl...@gmail.com>.
Thanks. It was an unused import, so I've removed it.  It also showed
up in javadoc and I've fixed that too.

Hen

On Fri, Aug 19, 2011 at 8:00 AM, sebb <se...@gmail.com> wrote:
> QueryRunnerTest imports java.util.concurrent.RunnableFuture which
> requires Java 1.6
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org