Skip to content

Commit

Permalink
feat(objectionary#2148): fix all qulice suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jun 26, 2023
1 parent 2617755 commit e26c891
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ private static void runJava(
*
* @param cmd The command
* @param dir The home dir
* @throws Exception If fails
*/
private static void exec(final String cmd, final Path dir) throws Exception {
SnippetTestCase.exec(
Expand All @@ -242,6 +243,7 @@ private static void exec(final String cmd, final Path dir) throws Exception {
* @param dir The home dir
* @param stdin Stdin
* @param stdout Stdout
* @throws Exception If fails
* @checkstyle ParameterNumberCheck (5 lines)
*/
private static void exec(
Expand Down

0 comments on commit e26c891

Please sign in to comment.