ICU-12575 fix incorrect API comments on class LocalUHashtablePointer

X-SVN-Rev: 38789
This commit is contained in:
Andy Heninger 2016-06-03 18:19:26 +00:00
parent 3eb6712021
commit 9e496ae428

View File

@ -680,8 +680,8 @@ uhash_equals(const UHashtable* hash1, const UHashtable* hash2);
U_NAMESPACE_BEGIN
/**
* \class LocalUResourceBundlePointer
* "Smart pointer" class, closes a UResourceBundle via ures_close().
* \class LocalUHashtablePointer
* "Smart pointer" class, closes a UHashtable via uhash_close().
* For most methods see the LocalPointerBase base class.
*
* @see LocalPointerBase