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

Commit 95173b14 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick
Browse files

DropBox.Entry javadoc syntax fix

Change-Id: I32d055b39ca89ec9f6a7bf189263844424533b60
parent 08fb5851
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.

        /**