From 16858d1dde45c1c724e95136ca7e318a050cb6c2 Mon Sep 17 00:00:00 2001 From: Tiger Huang Date: Wed, 19 Aug 2020 19:46:48 +0800 Subject: [PATCH] Remove redundant comment in Javadoc It is extraneous message in documentation. Fix: 165475304 Test: build Change-Id: I129f96f6ed716e25c476bacbdb38799675919b9a --- core/java/android/view/WindowInsetsController.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/java/android/view/WindowInsetsController.java b/core/java/android/view/WindowInsetsController.java index 1a90035810789..e879bb4bff957 100644 --- a/core/java/android/view/WindowInsetsController.java +++ b/core/java/android/view/WindowInsetsController.java @@ -32,8 +32,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 {