Docs: Fixed the end-of-comment tag

Bug: 28025365
Change-Id: I2d3963c8c0a909f7e0a4925636bc73a56816e0af
This commit is contained in:
Hemal Patel
2016-05-19 15:14:31 -07:00
parent a1ed45d7c8
commit ab0bd7d1ec

View File

@@ -240,6 +240,7 @@ public class MainActivity extends FragmentActivity {
* Ask the framework to run your sync adapter.
* To maintain backward compatibility, assume that
* changeUri is null.
*/
ContentResolver.requestSync(ACCOUNT, AUTHORITY, null);
}
...