There is a typo in getCalendar method
link of faulty documentation is :
http://docs.oracle.com/javase/8/docs/api/java/time/chrono/Chronology.html#getCalendarType--
"The calendar type is an identifier defined by the CLDR and Unicode Locale Data Markup Language (LDML) specifications to uniquely identification a calendar"
should be
"The calendar type is an identifier defined by the CLDR and Unicode Locale Data Markup Language (LDML) specifications to uniquely *identify* a calendar"
link of faulty documentation is :
http://docs.oracle.com/javase/8/docs/api/java/time/chrono/Chronology.html#getCalendarType--
"The calendar type is an identifier defined by the CLDR and Unicode Locale Data Markup Language (LDML) specifications to uniquely identification a calendar"
should be
"The calendar type is an identifier defined by the CLDR and Unicode Locale Data Markup Language (LDML) specifications to uniquely *identify* a calendar"