diff --git a/ivy/ComponentManager.scala b/ivy/ComponentManager.scala index d13459a67..e420ffe22 100644 --- a/ivy/ComponentManager.scala +++ b/ivy/ComponentManager.scala @@ -11,7 +11,7 @@ import java.io.File * This is used for compiled source jars so that the compilation need not be repeated for other projects on the same * machine. */ -class ComponentManager(provider: xsbti.ComponentProvider, log: IvyLogger) extends NotNull +class ComponentManager(provider: xsbti.ComponentProvider, val log: IvyLogger) extends NotNull { /** Get all of the files for component 'id', throwing an exception if no files exist for the component. */ def files(id: String): Iterable[File] =