Merge "DropBox.Entry javadoc syntax fix" into gingerbread

This commit is contained in:
Brad Fitzpatrick
2010-10-07 10:20:32 -07:00
committed by Android (Google) Code Review

View File

@@ -152,7 +152,7 @@ public class DropBoxManager {
/** @return time when the entry was originally created. */
public long getTimeMillis() { return mTimeMillis; }
/** @return flags describing the content returned by @{link #getInputStream()}. */
/** @return flags describing the content returned by {@link #getInputStream()}. */
public int getFlags() { return mFlags & ~IS_GZIPPED; } // getInputStream() decompresses.
/**