Kris Jurka wrote:
>
>
> On Mon, 31 Aug 2009, ?ubom?r Varga wrote:
>> First is unlogical adding sum to parameter and not to object on which is
>> method invoked. (this is also writen in javadoc, so I accept it)
>
> This is to be similar to the add(Date) and add(Calendar) functions. For
> them you wan't to add the interval to the passed object.
Maybe rename them to addTo() ?
-O