Skip to content

Commit

Permalink
Fix missing javadoc for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Dec 10, 2024
1 parent cfc8d2e commit 185eec8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ public void execute() throws MojoFailureException, MojoExecutionException {
runMojo();
}

/**
* Run the configured mojo.
*/
protected abstract void runMojo() throws MojoFailureException, MojoExecutionException;

// visible for testing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ public void run() {
}
}

/**
* Launch ZooKeeper with the provided arguments.
*/
public ZooKeeperLauncher(String[] args) {
parseArgs(args);
}
Expand Down

0 comments on commit 185eec8

Please sign in to comment.