Skip to content

Commit

Permalink
Stabilize
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeke committed May 14, 2014
1 parent 0607e1b commit 22df854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Macro Recorder/src/player/MainPlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class MainPlayer {
public static boolean pause = false;
public static String filepath = null;

public static void play() {
public static void play() throws IllegalArgumentException {
try {
BufferedReader in = new BufferedReader(new FileReader(filepath));
Robot player = new Robot();
Expand Down

0 comments on commit 22df854

Please sign in to comment.