mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8190382: fix small typographic errors in comments
Reviewed-by: martin
This commit is contained in:
parent
b366f4f349
commit
7f79fffba6
28 changed files with 34 additions and 34 deletions
|
@ -4775,7 +4775,7 @@ public final class DateTimeFormatterBuilder {
|
|||
//-----------------------------------------------------------------------
|
||||
/**
|
||||
* Prints or parses a localized pattern from a localized field.
|
||||
* The specific formatter and parameters is not selected until the
|
||||
* The specific formatter and parameters is not selected until
|
||||
* the field is to be printed or parsed.
|
||||
* The locale is needed to select the proper WeekFields from which
|
||||
* the field for day-of-week, week-of-month, or week-of-year is selected.
|
||||
|
|
|
@ -311,7 +311,7 @@ public final class WeekFields implements Serializable {
|
|||
* the new month or year.
|
||||
* <p>
|
||||
* WeekFields instances are singletons; for each unique combination
|
||||
* of {@code firstDayOfWeek} and {@code minimalDaysInFirstWeek} the
|
||||
* of {@code firstDayOfWeek} and {@code minimalDaysInFirstWeek}
|
||||
* the same instance will be returned.
|
||||
*
|
||||
* @param firstDayOfWeek the first day of the week, not null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue