mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3820 docs fixes
X-SVN-Rev: 15901
This commit is contained in:
parent
07c3e030d5
commit
8f28b582ad
1 changed files with 5 additions and 1 deletions
|
@ -1530,6 +1530,10 @@ protected:
|
|||
*/
|
||||
UCalendarDateFields resolveFields(const UFieldResolutionTable *precedenceTable);
|
||||
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
virtual const UFieldResolutionTable* getFieldResolutionTable() const;
|
||||
|
||||
/**
|
||||
|
@ -1974,7 +1978,7 @@ private:
|
|||
|
||||
/**
|
||||
* Ensure that each field is within its valid range by calling {@link
|
||||
* #validateField(int)} on each field that has been set. This method
|
||||
* #validateField(int, int&)} on each field that has been set. This method
|
||||
* should only be called if this calendar is not lenient.
|
||||
* @see #isLenient
|
||||
* @see #validateField(int, int&)
|
||||
|
|
Loading…
Add table
Reference in a new issue