summaryrefslogtreecommitdiffstats
path: root/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java
diff options
context:
space:
mode:
Diffstat (limited to 'photoviewer/src/com/android/ex/photo/provider/PhotoContract.java')
-rw-r--r--photoviewer/src/com/android/ex/photo/provider/PhotoContract.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java b/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java
index 0a9a43a..439b68b 100644
--- a/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java
+++ b/photoviewer/src/com/android/ex/photo/provider/PhotoContract.java
@@ -34,14 +34,14 @@ public final class PhotoContract {
*/
public static final String NAME = OpenableColumns.DISPLAY_NAME;
/**
- * This column is a {@link Uri} that points to the downloaded local file
- * This value is undefined in any other state.
+ * This column is a {@link Uri} that points to the downloaded local file.
+ * Can be null.
*/
public static final String CONTENT_URI = "contentUri";
/**
* This column is a {@link Uri} that points to a thumbnail of the image
* that ideally is a local file.
- * This value is undefined in any other state.
+ * Can be null.
*/
public static final String THUMBNAIL_URI = "thumbnailUri";
/**