Fix some SDK build breakage. Not all.

Change-Id: I2791b0a7c48d03cb6e5ca93771efb56c0a0c1956
This commit is contained in:
Dianne Hackborn
2010-08-27 15:41:13 -07:00
parent 3fec2bf9bf
commit f6d952bbc8
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ import java.util.ArrayList;
* <p>For example, the implementation of {@link Item#coerceToText Item.coerceToText}
* itself uses this to try to retrieve a URI clip as a stream of text:
*
* {@sample frameworks/base/core/java/android/content/ClippedData.java coerceToText}
* {@sample frameworks/base/core/java/android/content/ClipData.java coerceToText}
*
* <a name="ImplementingCopy"></a>
* <h3>Implementing Copy or Drag</h3>

View File

@@ -23,7 +23,7 @@ import android.text.TextUtils;
import java.util.ArrayList;
/**
* Meta-data describing the contents of a {@link #ClipData}. Provides enough
* Meta-data describing the contents of a {@link ClipData}. Provides enough
* information to know if you can handle the ClipData, but not the data
* itself.
*/