Skip to content

Commit

Permalink
guice
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 11, 2024
1 parent 85aa1d6 commit 2ad329b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ public JarsignerVerifyMojo(
super(jarSigner, toolchainManager, securityDispatcher);
}

// for testing; invoked via reflection
JarsignerVerifyMojo() {
super(null, null, null);
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit 2ad329b

Please sign in to comment.