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

Commit a05b6500 authored by Tor Norbye's avatar Tor Norbye
Browse files

Fix @IntDef annotation javadoc

Change-Id: I1a4fc4a1a731fc8732279950dcd8416ab125aed3
parent a1dcb875
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ import static java.lang.annotation.RetentionPolicy.CLASS;
 * For a flag, set the flag attribute:
 * <pre><code>
 *  &#64;IntDef(
 *      flag = true
 *      flag = true,
 *      value = {NAVIGATION_MODE_STANDARD, NAVIGATION_MODE_LIST, NAVIGATION_MODE_TABS})
 * </code></pre>
 *