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

Commit a8049111 authored by Ben Komalo's avatar Ben Komalo Committed by Android (Google) Code Review
Browse files

Merge "Remove a stale line in a JavaDoc."

parents 6a7dc33c 87ffa20a
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -167,10 +167,9 @@ public abstract class FragmentManager {
    public static final int POP_BACK_STACK_INCLUSIVE = 1<<0;

    /**
     * Pop the top state off the back stack.  Returns true if there was one
     * to pop, else false.  This function is asynchronous -- it enqueues the
     * request to pop, but the action will not be performed until the application
     * returns to its event loop.
     * Pop the top state off the back stack.  This function is asynchronous -- it
     * enqueues the request to pop, but the action will not be performed until the
     * application returns to its event loop.
     */
    public abstract void popBackStack();