Skip to content

Commit

Permalink
Remove duplicate JavaDoc, the method and display names are clear enough.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 14, 2022
1 parent 3e2dc2c commit 2bbf5d9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ void shouldSkipBlaming() {
assertThat(getConsoleLog(baseline)).contains("Skipping SCM blames as requested");
}

/**
* Runs a pipeline and verifies that logging is not suppressed.
*/
@ParameterizedTest(name = "{index} => Logging quiet flag: {0}")
@ValueSource(booleans = {true, false})
@DisplayName("Verify quiet property for logger")
Expand Down

0 comments on commit 2bbf5d9

Please sign in to comment.