Fix malformed Javadoc.

Bug: 114244716
Change-Id: I316e5fcbe742a57bbf997617f3afe01484f7d8a0
Test: manual testing
This commit is contained in:
Nicole Borrelli
2018-09-20 14:19:14 -07:00
parent 82b0d17b39
commit 8a5f04a6a7

View File

@@ -95,6 +95,7 @@ import java.util.Arrays;
* <p>For more information about using content providers, read the
* <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>
* developer guide.</p>
* </div>
*/
public abstract class ContentProvider implements ComponentCallbacks2 {