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

Commit e6663412 authored by Andrew Solovay's avatar Andrew Solovay Committed by Automerger Merge Worker
Browse files

docs: Fix bad @code syntax in doc comment am: 29e0d15f

parents b5ba0c00 29e0d15f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -683,7 +683,7 @@ public abstract class Context {
    public static final int BIND_EXTERNAL_SERVICE = 0x80000000;

    /**
     * Works in the same way as {@link #BIND_EXTERNAL_SERVICE}, but it's defined as a (@code long)
     * Works in the same way as {@link #BIND_EXTERNAL_SERVICE}, but it's defined as a {@code long}
     * value that is compatible to {@link BindServiceFlags}.
     */
    public static final long BIND_EXTERNAL_SERVICE_LONG = 1L << 62;