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

Commit 5fa8b0c4 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

AudioFormat: fix missing Encoding annotation in getter

Bug: 320540342
Test: make
Change-Id: I238a7e423315168bd68bf7d120855d11fb616c13
parent 5312ec71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1079,7 +1079,7 @@ public final class AudioFormat implements Parcelable {
     * @return one of the values that can be set in {@link Builder#setEncoding(int)} or
     * {@link AudioFormat#ENCODING_INVALID} if not set.
     */
    public int getEncoding() {
    public @Encoding int getEncoding() {
        return mEncoding;
    }