From b86df213a3d7afe5b4917f52c6951ff4f62c7371 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Tue, 22 Sep 2020 15:19:45 -0700 Subject: [PATCH] [RESTRICT AUTOMERGE] docs: Removing obsolee TODO The TODO was in a Javadoc comment so it was exposed in public docs. It looks like the TODO was removed from master, and per SME, it's okay to remove it from RVC too. Test: make ds-docs-java Exempt-from-owner-approval: Docs-only change Bug: 169103613 Change-Id: I7694bbc8fde0e7366db57770ff1792a1d2f3e6c1 Merged-In: I129f96f6ed716e25c476bacbdb38799675919b9a --- core/java/android/view/WindowInsetsController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/java/android/view/WindowInsetsController.java b/core/java/android/view/WindowInsetsController.java index 1a90035810789..24538c5205b01 100644 --- a/core/java/android/view/WindowInsetsController.java +++ b/core/java/android/view/WindowInsetsController.java @@ -33,7 +33,6 @@ import java.lang.annotation.RetentionPolicy; /** * Interface to control windows that generate insets. * - * TODO(118118435): Needs more information and examples once the API is more baked. */ public interface WindowInsetsController {