Merge "Add closing div tag for ContentResolver javadoc" into pi-dev

This commit is contained in:
TreeHugger Robot
2019-02-04 19:38:42 +00:00
committed by Android (Google) Code Review

View File

@@ -77,6 +77,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
* <p>For more information about using a ContentResolver with content providers, read the
* <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>
* developer guide.</p>
* </div>
*/
public abstract class ContentResolver {
/**