public ForkingExecutor()

in src/main/java/com/spotify/fmt/ForkingExecutor.java [79:81]


  public ForkingExecutor(Log log) {
    this.log = log;
  }