Fix the SDK build.

This commit is contained in:
Dan Egnor
2009-11-14 16:20:04 -08:00
parent 30dc8d1eeb
commit e3cfe2d928

View File

@@ -50,7 +50,7 @@ public class DropBoxManager {
/** Flag value: Content is human-readable UTF-8 text (can be combined with IS_GZIPPED). */
public static final int IS_TEXT = 2;
/** Flag value: Content can be decompressed with {@link GZIPOutputStream}. */
/** Flag value: Content can be decompressed with {@link java.util.zip.GZIPOutputStream}. */
public static final int IS_GZIPPED = 4;
/**