On Sun, Oct 27, 2013 at 10:41 AM, Luc Maisonobe <l...@spaceroots.org> wrote:
>>> +        return 743 + 809 *  + 233 * MathUtils.hash(value) + 167 *
>>                           ^^^^^^
>> Typo?
>
> Yes. I don't even understand why this code does not raise a compilation
> error ...
>
> Thanks for spotting this. Everything is fixed in the subversion
> repository now.

The "+" becomes a unary plus operator. It's read as "809 * (+233) *
MathUtils.hash..."

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

Reply via email to