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

Commit 208e5c8d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Improves DumpableContainer javadoc." into tm-dev am: 18b848e6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16980560

Change-Id: I018909fa5de69284e22e098cc20688f6050f88e3
parents 5703a4a8 18b848e6
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 {