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:
Brad Fitzpatrick
2010-10-07 14:01:30 -07:00
committed by Android Git Automerger

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.
/**