Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18b848e6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Improves DumpableContainer javadoc." into tm-dev

parents bb4e0de2 61924215
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 {