Sho SHIMIZU
Committed by Brian O'Connor

Add missing @Override annotation

Change-Id: Id6bf4bd0ef9a9094ea5523b2df8ecdaee365ee50
...@@ -29,6 +29,7 @@ class Installed implements CompletedIntentUpdate { ...@@ -29,6 +29,7 @@ class Installed implements CompletedIntentUpdate {
29 this.intentData.setState(INSTALLING); 29 this.intentData.setState(INSTALLING);
30 } 30 }
31 31
32 + @Override
32 public IntentData data() { 33 public IntentData data() {
33 return intentData; 34 return intentData;
34 } 35 }
......