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

Commit 61924215 authored by Felipe Leme's avatar Felipe Leme
Browse files

Improves DumpableContainer javadoc.

Test: n/a
Fixes: 220889663

Change-Id: I0d2fbd623d00ca44b5b2a84b7c6cc3b89edd4d63
parent f78e5ab3
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 {