Skip to content

Commit

Permalink
Fix PMD warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 24, 2023
1 parent 5709756 commit ec0b27a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Coverage Publisher which can be added in the configuration of a FreeStyle Project.
*/
@Describable("Record code coverage results")
@SuppressWarnings("PMD.TooManyFields")
public class CoveragePublisher extends AbstractStep implements PostBuildStep {

private final Control adapter = control("hetero-list-add[adapters]");
Expand Down

0 comments on commit ec0b27a

Please sign in to comment.