Skip to content

Commit

Permalink
Removed unnecessary trailing sem-colon in file, was causing problems …
Browse files Browse the repository at this point in the history
…with scala module
  • Loading branch information
dirkmc committed Feb 15, 2011
1 parent be3a0a1 commit 6f7e0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/press/PressFileFilter.java
Expand Up @@ -19,4 +19,4 @@ public boolean accept(File file) {
// compressed file
return Compressor.extractHeaderContent(file) != null;
}
};
}

0 comments on commit 6f7e0a1

Please sign in to comment.