diff options
| author | 2020-09-22 15:19:45 -0700 | |
|---|---|---|
| committer | 2020-09-24 18:13:06 +0000 | |
| commit | b86df213a3d7afe5b4917f52c6951ff4f62c7371 (patch) | |
| tree | 0625982adeec2cf95508a5b644bfdab8ce29c673 | |
| parent | 30233e0682036213093cf3bd10d037102454ad2d (diff) | |
[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
| -rw-r--r-- | core/java/android/view/WindowInsetsController.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/view/WindowInsetsController.java b/core/java/android/view/WindowInsetsController.java index 1a9003581078..24538c5205b0 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 { |