From 402336006e2fa2a3f9f719f4e86375954f6ec74e Mon Sep 17 00:00:00 2001 From: Howard Ro Date: Thu, 7 Mar 2019 15:41:03 -0800 Subject: [PATCH] Update comment to use statsd. Test: n/a for comment update. Change-Id: Ica414449d34085065b16003beddc1b8cbdb1367c --- .../android/settings/fuelgauge/batterytip/AnomalyInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/android/settings/fuelgauge/batterytip/AnomalyInfo.java b/src/com/android/settings/fuelgauge/batterytip/AnomalyInfo.java index 063cfec062c..fc157065103 100644 --- a/src/com/android/settings/fuelgauge/batterytip/AnomalyInfo.java +++ b/src/com/android/settings/fuelgauge/batterytip/AnomalyInfo.java @@ -20,7 +20,7 @@ import android.util.KeyValueListParser; import android.util.Log; /** - * Model class to parse and store anomaly info from westworld + * Model class to parse and store anomaly info from statsd. */ public class AnomalyInfo { private static final String TAG = "AnomalyInfo"; @@ -38,4 +38,4 @@ public class AnomalyInfo { autoRestriction = parser.getBoolean(KEY_AUTO_RESTRICTION, false); } -} \ No newline at end of file +}