From 8acb2e13420ba22d606c4affe917f51cf652a98b Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 20 Dec 2017 17:22:54 -0800 Subject: [PATCH] DO NOT MERGE docs: Removing spurious end tag Owing to a merge mixup, ended up adding a spurious where it had no effect. Removing it just for hygiene's sake. This doc error is only in oc-mr1-dev, not in master, so the fix doesn't need to be merged. Test: make ds-docs Bug: 70812346 Change-Id: I5b54ed8fb1f068698d4dd4536383b52165b4d81f --- core/java/android/service/autofill/AutofillService.java | 1 - 1 file changed, 1 deletion(-) 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";