mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1949 ICUService
fix stats update X-SVN-Rev: 8909
This commit is contained in:
parent
14afd05b4c
commit
71ffbb9966
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ public class ICUService extends ICUNotifier {
|
|||
* This also resets the statistics. Used for debugging purposes.
|
||||
*/
|
||||
public String stats() {
|
||||
ICURWLock.Stats stats = factoryLock.clearStats();
|
||||
ICURWLock.Stats stats = factoryLock.resetStats();
|
||||
if (stats != null) {
|
||||
return stats.toString();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue