Skip to content

Commit

Permalink
fix(#3251): checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Aug 2, 2024
1 parent 24c25d3 commit 828b8bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public TjSmart foreign() {
* @return Workspace after executing Mojo.
* @throws java.io.IOException If some problem with filesystem has happened.
* @checkstyle ExecutableStatementCountCheck (100 lines)
* @checkstyle JavaNCSSCheck (100 lines)
*/
public <T extends AbstractMojo> FakeMaven execute(final Class<T> mojo) throws IOException {
if (this.defaults) {
Expand Down

0 comments on commit 828b8bc

Please sign in to comment.