Update comment to use statsd.
Test: n/a for comment update. Change-Id: Ica414449d34085065b16003beddc1b8cbdb1367c
This commit is contained in:
@@ -20,7 +20,7 @@ import android.util.KeyValueListParser;
|
|||||||
import android.util.Log;
|
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 {
|
public class AnomalyInfo {
|
||||||
private static final String TAG = "AnomalyInfo";
|
private static final String TAG = "AnomalyInfo";
|
||||||
@@ -38,4 +38,4 @@ public class AnomalyInfo {
|
|||||||
autoRestriction = parser.getBoolean(KEY_AUTO_RESTRICTION, false);
|
autoRestriction = parser.getBoolean(KEY_AUTO_RESTRICTION, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user