am ef1a64ec: am 7fedbd06: am 0e097002: Fix a small typo in javadocs

* commit 'ef1a64ec49ce6a28f87179ca863ecac337288df7':
  Fix a small typo in javadocs
This commit is contained in:
Evan Charlton
2014-07-31 16:28:19 +00:00
committed by Android Git Automerger

View File

@@ -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;