Merge "Update comment to use statsd."

This commit is contained in:
TreeHugger Robot
2019-03-08 03:55:46 +00:00
committed by Android (Google) Code Review

View File

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