Remove redundant comment in Javadoc

It is extraneous message in documentation.

Fix: 165475304
Test: build
Change-Id: I129f96f6ed716e25c476bacbdb38799675919b9a
This commit is contained in:
Tiger Huang
2020-08-19 19:46:48 +08:00
parent 835ed973ec
commit 16858d1dde

View File

@@ -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 {