From 2d61a9ea6993c9cd98112841292cfc6cbd8d3fcf Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 30 Dec 2015 01:34:40 +0100 Subject: [PATCH] Remove deprecated comment --- core/shared/src/main/scala/coursier/ivy/IvyRepository.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/core/shared/src/main/scala/coursier/ivy/IvyRepository.scala b/core/shared/src/main/scala/coursier/ivy/IvyRepository.scala index 82a77a0d7..04582ee6e 100644 --- a/core/shared/src/main/scala/coursier/ivy/IvyRepository.scala +++ b/core/shared/src/main/scala/coursier/ivy/IvyRepository.scala @@ -143,7 +143,6 @@ case class IvyRepository( } yield acc + s } - // If attributes are added to `Module`, they should be added here // See http://ant.apache.org/ivy/history/latest-milestone/concept.html for a // list of variables that should be supported. // Some are missing (branch, conf, originalName).