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

Commit a81f292a authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Partial cp of "Prepare role code for modularization.""

parents 355f8c28 b3394bc5
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.SOURCE;

import android.os.Looper;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

@@ -40,8 +38,7 @@ import java.lang.annotation.Target;
 * </code>
 * </pre>
 *
 * @memberDoc This method must be called from the
 *            {@linkplain Looper#getMainLooper() main thread} of your app.
 * @memberDoc This method must be called from the main thread of your app.
 * @hide
 */
@Retention(SOURCE)