You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Emmanuel Lécharny <el...@gmail.com> on 2013/07/05 14:58:33 UTC

SLight modification in the Cursor API

Hi guys,

I just removed the 'throws IOException' from the Cursor interface. I
don't know why this excpeiton was declared in the thrown part, but it's
never thrown anywhere and it causes troubles to those using the API (you
have to catch it...)


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com 


Re: SLight modification in the Cursor API

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
+1

Totally fine with me.

Regards,
Pierre-Arnaud


On 5 juil. 2013, at 14:58, Emmanuel Lécharny <el...@gmail.com> wrote:

> Hi guys,
> 
> I just removed the 'throws IOException' from the Cursor interface. I
> don't know why this excpeiton was declared in the thrown part, but it's
> never thrown anywhere and it causes troubles to those using the API (you
> have to catch it...)
> 
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com 
>