Merge "Add call super" into oc-dev

am: a41a968f10

Change-Id: I864d2ec8d19e37ee1cd849d6cefb216df79ff6dd
This commit is contained in:
Svet Ganov
2017-05-06 22:54:33 +00:00
committed by android-build-merger

View File

@@ -15,6 +15,7 @@
*/
package android.service.autofill;
import android.annotation.CallSuper;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.os.RemoteException;
@@ -156,6 +157,7 @@ public abstract class AutofillService extends Service {
*
* <strong>NOTE: </strong>if overridden, it must call {@code super.onCreate()}.
*/
@CallSuper
@Override
public void onCreate() {
super.onCreate();