Merge "docs: Added missing semicolon within code sample." into mnc-mr-docs

am: 9deafe5

* commit '9deafe59e5737734aaf4cd65c14b2a22767baa46':
  docs: Added missing semicolon within code sample.

Change-Id: If471b16031b56c4d9faa730c21cf04b47b1461cc
This commit is contained in:
Kevin Hufnagle
2016-03-31 15:37:06 +00:00
committed by android-build-merger

View File

@@ -382,7 +382,7 @@ public class MainActivity extends FragmentActivity {
... ...
// Constants // Constants
// The authority for the sync adapter's content provider // The authority for the sync adapter's content provider
public static final String AUTHORITY = "com.example.android.datasync.provider" public static final String AUTHORITY = "com.example.android.datasync.provider";
// An account type, in the form of a domain name // An account type, in the form of a domain name
public static final String ACCOUNT_TYPE = "example.com"; public static final String ACCOUNT_TYPE = "example.com";
// The account name // The account name