From 8167356f3df7d6ee39b5057222a4acf699632a54 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 28 Dec 2022 23:10:44 +0000 Subject: [PATCH] docs: Fixed summary fragment and removed typo The CommonTypos linter complained about the typo "for for". While I had the file open, also changed the first sentence to be a proper summary fragment, per http://go/java-style#s7.2-summary-fragment. No code changes, just docs. Bug: 263824202 Change-Id: Iea27f1d2a91918a253e099365ebbd2daa9bcb3cd Test: [go/abtd docs build] --- .../android/view/contentcapture/ContentCaptureManager.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/java/android/view/contentcapture/ContentCaptureManager.java b/core/java/android/view/contentcapture/ContentCaptureManager.java index 48d29706a1e96..7370f1d0c2bef 100644 --- a/core/java/android/view/contentcapture/ContentCaptureManager.java +++ b/core/java/android/view/contentcapture/ContentCaptureManager.java @@ -66,8 +66,7 @@ import java.util.concurrent.Executor; import java.util.function.Consumer; /** - *

The {@link ContentCaptureManager} provides additional ways for for apps to - * integrate with the content capture subsystem. + *

Provides additional ways for apps to integrate with the content capture subsystem. * *

Content capture provides real-time, continuous capture of application activity, display and * events to an intelligence service that is provided by the Android system. The intelligence