OSDN Git Service

Add a missing @Override annotation
authorAntony Sargent <asargent@google.com>
Mon, 6 Feb 2017 23:27:16 +0000 (15:27 -0800)
committerAntony Sargent <asargent@google.com>
Mon, 6 Feb 2017 23:28:26 +0000 (15:28 -0800)
Test: none (no functional changes)

Change-Id: Ia91a15d9ca52d953c657278ea02ce0d1586ce0a0

src/com/android/settings/fuelgauge/PowerUsageDetail.java

index 7acb7ce..b3f304a 100644 (file)
@@ -538,6 +538,7 @@ public class PowerUsageDetail extends PowerUsageBase implements Button.OnClickLi
         }
     }
 
+    @Override
     public void onClick(View v) {
         doAction((Integer) v.getTag());
     }