diff --git a/core/java/android/service/autofill/AutofillService.java b/core/java/android/service/autofill/AutofillService.java index 9762fbe990a7f..fb2e4a011f63c 100644 --- a/core/java/android/service/autofill/AutofillService.java +++ b/core/java/android/service/autofill/AutofillService.java @@ -453,7 +453,6 @@ import com.android.internal.os.SomeArgs; * email address), the service should only use it locally (i.e., in the app's process) for * heuristics purposes, but it should not be sent to external servers. * - * */ public abstract class AutofillService extends Service { private static final String TAG = "AutofillService";