Skip to content

Commit

Permalink
Clean pmd issues
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongKezhi committed Dec 23, 2020
1 parent 81400d3 commit 30cba92
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public static class Factory extends ChecksPublisherFactory {
* Constructs without adding formatter.
*/
public Factory() {
super();
}

/**
Expand All @@ -74,6 +75,8 @@ public Factory() {
* formatter for {@link ChecksDetails}
*/
public Factory(final Formatter formatter) {
super();

publisher.formatter = formatter;
}

Expand Down

0 comments on commit 30cba92

Please sign in to comment.