Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 992a9e50 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Git Automerger
Browse files

am fd124570: Merge "DropBox.Entry javadoc syntax fix" into gingerbread

Merge commit 'fd124570' into gingerbread-plus-aosp

* commit 'fd124570':
  DropBox.Entry javadoc syntax fix
parents c296f22e fd124570
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.

        /**