Merge "DropBox.Entry javadoc syntax fix" into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
fd124570ce
@@ -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