RFR:JDK-8032510 : Add java.time.Duration.dividedBy(Duration)
nadeesh tv
nadeesh.tv at oracle.com
Fri Dec 11 11:53:03 UTC 2015
Hi all,
Please see the updated webrev
http://cr.openjdk.java.net/~ntv/8032510/webrev.03/
Regards,
Nadeesh TV
On 12/11/2015 4:45 PM, Stephen Colebourne wrote:
> Missing blank line after the new method.
> Typo: "diviosr"
> Replace:
> Objects.requireNonNull(divisor, "divisor is null");
> with
> Objects.requireNonNull(divisor, "divisor");
> to match existing JSR-310 code.
>
> Test case looks fine.
>
> thanks
> Stephen
>
>
> On 11 December 2015 at 11:07, nadeesh tv <nadeesh.tv at oracle.com> wrote:
>> Hi all,
>> Please review a fix for
>>
>> Bug Id - https://bugs.openjdk.java.net/browse/JDK-8032510
>>
>> Enhancement - Add java.time.Duration.dividedBy(Duration)
>>
>> webrev - http://cr.openjdk.java.net/~ntv/8032510/webrev.02/
>>
>> --
>> Thanks and Regards,
>> Nadeesh TV
>>
--
Thanks and Regards,
Nadeesh TV
More information about the core-libs-dev
mailing list