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

Commit 7a547177 authored by Evan Charlton's avatar Evan Charlton Committed by Android Git Automerger
Browse files

am 0e097002: Fix a small typo in javadocs

* commit '0e0970022cdf105e073b182cc4e72e54c3f8eecd':
  Fix a small typo in javadocs
parents c2357a69 b8d07179
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
    
    /**
     * This flag is set in {@link #onStartCommand} if the Intent is a
     * a retry because the original attempt never got to or returned from
     * retry because the original attempt never got to or returned from
     * {@link #onStartCommand(Intent, int, int)}.
     */
    public static final int START_FLAG_RETRY = 0x0002;