Skip to content

Commit

Permalink
Remove extra semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBoudreau committed Dec 23, 2019
1 parent 62cf71c commit 0d0c5c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ public void writeFile(String name) {
del +
Bundle.getMessage("LoadOption") +
del +
Bundle.getMessage("Loads");;
Bundle.getMessage("Loads");
fileOut.println(header);

int count = 0;
Expand Down

0 comments on commit 0d0c5c3

Please sign in to comment.