Merge "Improves DumpableContainer javadoc." into tm-dev

This commit is contained in:
TreeHugger Robot
2022-02-23 03:24:12 +00:00
committed by Android (Google) Code Review

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 {