Page 1 of 1

About Question enthuware.ocpjp.v8.2.1838 :

Posted: Wed Apr 05, 2017 4:56 pm
by insider
The explanation for the last answer features the following line:

Code: Select all

Instant newInstant = oldInstant.plusHours(1);
However, there's no plusHours() method in Instant. I suggest changing to plusSeconds().

Re: About Question enthuware.ocpjp.v8.2.1838 :

Posted: Wed Apr 05, 2017 8:43 pm
by admin
You are right. Fixed.
thank you for your feedback!