am fd124570: Merge "DropBox.Entry javadoc syntax fix" into gingerbread
Merge commit 'fd124570ce647b3adc5dc30ce782d6e017dab4a2' into gingerbread-plus-aosp * commit 'fd124570ce647b3adc5dc30ce782d6e017dab4a2': DropBox.Entry javadoc syntax fix
This commit is contained in:
@@ -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.
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user