Skip to content
Snippets Groups Projects

Finishing Touch II

Merged Schuh Martin requested to merge DataBase into development
5 files
+ 47
19
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -350,4 +350,12 @@ public class Parser {
}
}
public static void volumeValid(int volume) throws ParserException{
if(volume > 100 | volume < 0){
throw new ParserException("Volume must be between 0 and 100!");
}
}
}
Loading