Format battery java code
After this CL, we can follow Guideline:go/hc-mainline-dev#format-code to keep java format consistent. Test: manual Bug: 304439460 Change-Id: I5bb77f81b0bd9be618e34942eaaee8296bc42796
This commit is contained in:
@@ -19,9 +19,7 @@ package com.android.settings.fuelgauge.batterytip;
|
||||
import android.util.KeyValueListParser;
|
||||
import android.util.Log;
|
||||
|
||||
/**
|
||||
* Model class to parse and store anomaly info from statsd.
|
||||
*/
|
||||
/** Model class to parse and store anomaly info from statsd. */
|
||||
public class AnomalyInfo {
|
||||
private static final String TAG = "AnomalyInfo";
|
||||
|
||||
@@ -37,5 +35,4 @@ public class AnomalyInfo {
|
||||
anomalyType = parser.getInt(KEY_ANOMALY_TYPE, -1);
|
||||
autoRestriction = parser.getBoolean(KEY_AUTO_RESTRICTION, false);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user