Good catch.

It is unnecessary. Was (erroneous) introduced by DEFT-139. Will create an 
ticket for this (https://issues.apache.org/jira/browse/DEFT-165)

I like the idea about a small javadoc intro for each class. Maybe it could be 
worth an issue by itself(?)

Thanks for pointers. Appreciated.

// Roger




On 18 jul 2011, at 22.43em, Julien Vermillard wrote:

> Hi !
> 
> Why in Httprequest there is this ioLoop attribut ?
> 
> public class HttpRequest {
>       
>       private IOLoop ioLoop;
> 
> I think it's not used and create a useless dependency between this
> class and the ioloop package but perhaps it's mean to be used by user
> code ?
> 
> By the way, the code is quite compact, but a small javadoc intro on
> each class could improve overall code readability and help to catch
> more contributors :)
> 
> Regards,
> Julien

Reply via email to