Author: mbenson
Date: Thu May 13 23:03:27 2010
New Revision: 944050
URL: http://svn.apache.org/viewvc?rev=944050&view=rev
Log:
sp
Modified:
ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/IvyAuthenticator.java
Modified:
ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/IvyAuthenticator.java
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/IvyAuthenticator.java?rev=944050&r1=944049&r2=944050&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/IvyAuthenticator.java
(original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/IvyAuthenticator.java
Thu May 13 23:03:27 2010
@@ -54,7 +54,7 @@ public final class IvyAuthenticator exte
f.setAccessible(true);
original = (Authenticator) f.get(null);
} catch (Throwable t) {
- Message.debug("Error occured while getting the original
authenticator: " + t.getMessage());
+ Message.debug("Error occurred while getting the original
authenticator: " + t.getMessage());
}
if (!(original instanceof IvyAuthenticator)) {