From 699f171d625c743f76601d798e453a7550e552ef Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 10 Jan 2010 21:06:00 -0500 Subject: [PATCH] compile fixes --- ivy/IvyInterface.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivy/IvyInterface.scala b/ivy/IvyInterface.scala index 15504e9b8..d44179deb 100644 --- a/ivy/IvyInterface.scala +++ b/ivy/IvyInterface.scala @@ -354,7 +354,7 @@ object ModuleConfiguration def apply(org: String, resolver: Resolver): ModuleConfiguration = apply(org, "*", "*", resolver) def apply(org: String, name: String, resolver: Resolver): ModuleConfiguration = ModuleConfiguration(org, name, "*", resolver) } - +/* object Credentials { /** Add the provided credentials to Ivy's credentials cache.*/ @@ -390,4 +390,4 @@ object Credentials private[this] val HostKeys = List("host", "hostname") private[this] val UserKeys = List("user", "user.name", "username") private[this] val PasswordKeys = List("password", "pwd", "pass", "passwd") -} \ No newline at end of file +}*/ \ No newline at end of file