On 2017-05-02, <ggreg...@apache.org> wrote:

> Unnecessary casts.

> -                n = (long) len - bytes;
> +                n = len - bytes;

Sonar complains without them.

Stefan

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

Reply via email to