Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. public void decChannel(){
  2.     if(!powerState){
  3.         throw new IllegalStateException("TV is OFF!");
  4.     } else {
  5.         this.channel = channel - 1;
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement