From 30de06a013149737b32d932a919c646a853db5b2 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 12 Mar 2014 18:53:11 +0000 Subject: [PATCH] ICU-10700 fix minor API docs bug X-SVN-Rev: 35436 --- icu4c/source/i18n/unicode/calendar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/calendar.h b/icu4c/source/i18n/unicode/calendar.h index 6ef85095d58..d05800c3d9e 100644 --- a/icu4c/source/i18n/unicode/calendar.h +++ b/icu4c/source/i18n/unicode/calendar.h @@ -2365,11 +2365,12 @@ private: * register call. Key becomes invalid after a successful call and should not be used again. * The CalendarFactory corresponding to the key will be deleted. * INTERNAL in 2.6 - * @param key the registry key returned by a previous call to registerFactory + * * Because ICU may choose to cache Calendars internally, this should * be called during application shutdown, after all calls to * Calendar::createInstance to avoid undefined behavior. * + * @param key the registry key returned by a previous call to registerFactory * @param status the in/out status code, no special meanings are assigned * @return TRUE if the factory for the key was successfully unregistered * @internal -- 2.40.0