You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/06/27 07:43:26 UTC

svn commit: rev 22191 - incubator/depot/trunk/update/src/java/org/apache/depot/update/ant/cache

Author: nickchalko
Date: Sun Jun 27 00:43:25 2004
New Revision: 22191

Modified:
   incubator/depot/trunk/update/src/java/org/apache/depot/update/ant/cache/CachedArtifactSet.java
Log:
Working on the unit tests.

Modified: incubator/depot/trunk/update/src/java/org/apache/depot/update/ant/cache/CachedArtifactSet.java
==============================================================================
--- incubator/depot/trunk/update/src/java/org/apache/depot/update/ant/cache/CachedArtifactSet.java	(original)
+++ incubator/depot/trunk/update/src/java/org/apache/depot/update/ant/cache/CachedArtifactSet.java	Sun Jun 27 00:43:25 2004
@@ -258,7 +258,7 @@
 	 */
 	private void downLoadRemoteResult(ArtifactInstance artifactInstance) throws UpdateException {
 		ArtifactUpdater ru = ArtifactUpdaterFactory.getDefaultUpdater();
-		ru.getInstance(artifactInstance.getArtifact());  // TODO do we really need to do this.
+		ru.getInstance(artifactInstance.getArtifact());  // TODO are we doing this twice?.
 	}
 	/**
 	 * @return Returns the unmodifiableList of resources.