You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2006/07/27 22:11:40 UTC

svn commit: r426225 - /geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/kernel/repository/ArtifactResolver.java

Author: ammulder
Date: Thu Jul 27 13:11:40 2006
New Revision: 426225

URL: http://svn.apache.org/viewvc?rev=426225&view=rev
Log:
Add JavaDoc fix to trunk

Modified:
    geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/kernel/repository/ArtifactResolver.java

Modified: geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/kernel/repository/ArtifactResolver.java
URL: http://svn.apache.org/viewvc/geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/kernel/repository/ArtifactResolver.java?rev=426225&r1=426224&r2=426225&view=diff
==============================================================================
--- geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/kernel/repository/ArtifactResolver.java (original)
+++ geronimo/trunk/modules/kernel/src/java/org/apache/geronimo/kernel/repository/ArtifactResolver.java Thu Jul 27 13:11:40 2006
@@ -52,6 +52,8 @@
      * may be partially-populated).  Preference is given to artifacts that are already
      * loaded, or that exist in the parent configurations, to reduce duplication.  If
      * nothing can be found that's an error, because something depends on this.
+     *
+     * @param parentConfigurations A Collection with entries of type Configuration
      */
     Artifact resolveInClassLoader(Artifact source, Collection parentConfigurations) throws MissingDependencyException;
     /**
@@ -69,6 +71,8 @@
      * may be partially-populated).  Preference is given to artifacts that are already
      * loaded, or that exist in the parent configurations, to reduce duplication.  If
      * nothing can be found that's an error, because something depends on this.
+     *
+     * @param parentConfigurations A Collection with entries of type Configuration
      *
      * @return A sorted set ordered in the same way the input was ordered, with
      *         entries of type Artifact