Skip to content

Commit 2bbf5d9

Browse files
committed
Remove duplicate JavaDoc, the method and display names are clear enough.
1 parent 3e2dc2c commit 2bbf5d9

File tree

1 file changed

+0
-3
lines changed
  • plugin/src/test/java/io/jenkins/plugins/analysis/warnings/steps

1 file changed

+0
-3
lines changed

plugin/src/test/java/io/jenkins/plugins/analysis/warnings/steps/StepsITest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ void shouldSkipBlaming() {
204204
assertThat(getConsoleLog(baseline)).contains("Skipping SCM blames as requested");
205205
}
206206

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

0 commit comments

Comments
 (0)