Moved Report and ReportID to their own sub-package
This commit is contained in:
parent
be15297cc5
commit
4b101bb183
4 changed files with 12 additions and 10 deletions
|
@ -617,7 +617,7 @@ public class DetektOperation extends AbstractProcessOperation<DetektOperation> {
|
|||
* @param reports one or more reports
|
||||
* @return this operation instance
|
||||
*/
|
||||
public DetektOperation report(DetektReport... reports) {
|
||||
public DetektOperation report(Report... reports) {
|
||||
report_.addAll(List.of(reports));
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue