Improves DumpableContainer javadoc.

Test: n/a
Fixes: 220889663

Change-Id: I0d2fbd623d00ca44b5b2a84b7c6cc3b89edd4d63
This commit is contained in:
Felipe Leme
2022-02-22 11:48:24 -08:00
parent f78e5ab3bf
commit 6192421511

View File

@@ -18,8 +18,7 @@ package android.util;
import android.annotation.NonNull;
/**
* Objects that contains a list of {@link Dumpable}, which will be dumped when the object itself
* is dumped.
* Represents a container that manages {@link Dumpable dumpables}.
*/
public interface DumpableContainer {