doc change

This commit is contained in:
Brad Fitzpatrick 2010-07-24 15:35:00 -07:00
parent d9c87a7ddb
commit 64e9e5197a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package com.danga.camli;
import android.net.Uri;
/**
* Immutable tuple of content name sha1 & URI to upload.
* Immutable struct for tuple (sha1 blobRef, URI to upload, size of blob).
*/
public class QueuedFile {