ICU-20354 Change 'weekend data' to 'week data'

This commit is contained in:
Shane Carr 2019-12-11 21:43:28 -08:00 committed by Shane F. Carr
parent 46ec4fd523
commit 28281b34ef

View File

@ -4666,7 +4666,7 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
}
/**
* Simple, immutable struct-like class for access to the CLDR weekend data.
* Simple, immutable struct-like class for access to the CLDR week data.
*
* @stable ICU 54
*/
@ -4783,7 +4783,7 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
}
/**
* {@icu} Return simple, immutable struct-like class for access to the CLDR weekend data.
* {@icu} Return simple, immutable struct-like class for access to the CLDR week data.
* @param region The input region. The results are undefined if the region code is not valid.
* @return the WeekData for the input region. It is never null.
*
@ -4794,7 +4794,7 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
}
/**
* {@icu} Return simple, immutable struct-like class for access to the weekend data in this calendar.
* {@icu} Return simple, immutable struct-like class for access to the week data in this calendar.
* @return the WeekData for this calendar.
*
* @stable ICU 54
@ -4865,7 +4865,7 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
private static final WeekDataCache WEEK_DATA_CACHE = new WeekDataCache();
/*
* Set this calendar to contain week and weekend data for the given region.
* Set this calendar to contain week and week data for the given region.
*/
private void setWeekData(String region) {
if (region == null) {