mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-8810 Changed @param zoneToAdopt to @param zone to match the method signature.
X-SVN-Rev: 31970
This commit is contained in:
parent
11cb54b951
commit
ecec4bfab4
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ public:
|
|||
* Gets a Calendar using the given timezone and given locale. The TimeZone
|
||||
* is _not_ adopted; the client is still responsible for deleting it.
|
||||
*
|
||||
* @param zoneToAdopt The given timezone.
|
||||
* @param zone The given timezone.
|
||||
* @param aLocale The given locale.
|
||||
* @param success Indicates the success/failure of Calendar creation. Filled in
|
||||
* with U_ZERO_ERROR if created successfully, set to a failure result
|
||||
|
|
Loading…
Add table
Reference in a new issue