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

Commit f406cc34 authored by Jungshik Jang's avatar Jungshik Jang
Browse files

Fix invalid annotation, @throw

Change-Id: Id22635414567a8b525032df792f2309102d7ae62
parent 61aac3aa
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() {