am e18b673a: am 330dfa7d: Merge "Fix @see link in DocumentsContract docs." into klp-docs

* commit 'e18b673a4dc8955dd0ecd53c57bb3f478614a92a':
  Fix @see link in DocumentsContract docs.
This commit is contained in:
John Spurlock
2013-11-25 15:34:34 -08:00
committed by Android Git Automerger

View File

@@ -257,8 +257,6 @@ public final class DocumentsContract {
* {@link #MIME_TYPE_DIR}.
*
* @see #COLUMN_FLAGS
* @see DocumentsContract#createDocument(ContentResolver, Uri, String,
* String)
* @see DocumentsProvider#createDocument(String, String, String)
*/
public static final int FLAG_DIR_SUPPORTS_CREATE = 1 << 3;