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

Commit 363c4efa authored by Jungshik Jang's avatar Jungshik Jang Committed by Android (Google) Code Review
Browse files

Merge "Fix invalid annotation, @throw" into lmp-dev

parents ee3166e0 f406cc34
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ public abstract class HdmiRecordListener {
         *   <li>{@link HdmiControlManager#TIMER_STATUS_PROGRAMMED_INFO_NO_MEDIA_INFO}
         * </ul>
         *
         * @throw {@link IllegalStateException} if it's called when {@link #isProgrammed()}
         * @throws IllegalStateException if it's called when {@link #isProgrammed()}
         *                               returns false
         */
        public int getProgrammedInfo() {
@@ -175,7 +175,7 @@ public abstract class HdmiRecordListener {
         *   <li>{@link HdmiControlManager#TIMER_STATUS_NOT_PROGRAMMED_DUPLICATED}
         * </ul>
         *
         * @throw {@link IllegalStateException} if it's called when {@link #isProgrammed()}
         * @throws IllegalStateException if it's called when {@link #isProgrammed()}
         *                               returns true
         */
        public int getNotProgammedError() {