Closed rcromero closed 6 years ago
Thanks, I have changed the references to their package to the correct one.
Not everything were fixed. Check for all TemporalField. i.e.
int get(java.time.TemporalField field) // value as int
long getLong(java.time.TemporalField field) // value as long
Sorry, I think I got it now
Classes and interfaces below are in java.time.temporal package, and not java.time. Review the entire chapter.