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/08/03 17:49:49 UTC

svn commit: rev 35641 - incubator/depot/trunk/update/src/java/org/apache/depot/update

Author: nickchalko
Date: Tue Aug  3 10:49:49 2004
New Revision: 35641

Modified:
   incubator/depot/trunk/update/src/java/org/apache/depot/update/ArtifactUpdater.java
Log:
Make get public.

Modified: incubator/depot/trunk/update/src/java/org/apache/depot/update/ArtifactUpdater.java
==============================================================================
--- incubator/depot/trunk/update/src/java/org/apache/depot/update/ArtifactUpdater.java	(original)
+++ incubator/depot/trunk/update/src/java/org/apache/depot/update/ArtifactUpdater.java	Tue Aug  3 10:49:49 2004
@@ -207,7 +207,7 @@
 	 * @param artifactQuery
 	 * @throws UpdateException
 	 */
-	private List get(ArtifactQuery artifactQuery)
+	public List get(ArtifactQuery artifactQuery)
 		throws UpdateException {
 		// Query the repositories to get the result	
 		ArtifactResult artifactResult = query(artifactQuery);