All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.bjurr.violations.lib.DetailedReportCreator Maven / Gradle / Ivy

There is a newer version: 1.157.3
Show newest version
package se.bjurr.violations.lib;

import java.util.List;
import se.bjurr.violations.lib.model.Violation;

class DetailedReportCreator {

  DetailedReportCreator(List violations) {}

  String create() {
    return null;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy