ICU-1949 ICUService

fix stats update

X-SVN-Rev: 8909
This commit is contained in:
Doug Felt 2002-06-20 16:36:44 +00:00
parent 14afd05b4c
commit 71ffbb9966

View file

@ -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();
}