Skip to content

Commit

Permalink
objectionary#2648: nnot IOException
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jan 10, 2024
1 parent 521bb64 commit 3b25da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public final class BinarizeMojo extends SafeMojo {
private File eoPortalDir;

@Override
public void exec() throws IOException {
public void exec() {
final Collection<Buildable> ffis = new BinarizeParse(
this.generatedDir,
this.eoPortalDir,
Expand Down

0 comments on commit 3b25da5

Please sign in to comment.