You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2011/04/29 00:25:07 UTC

svn commit: r1097643 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java

Author: hibou
Date: Thu Apr 28 22:25:06 2011
New Revision: 1097643

URL: http://svn.apache.org/viewvc?rev=1097643&view=rev
Log:
Make the javadoc more specific about the order of the nodes

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java?rev=1097643&r1=1097642&r2=1097643&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java Thu Apr 28 22:25:06 2011
@@ -495,8 +495,11 @@ public class ResolveEngine {
 
     /**
      * Resolve the dependencies of a module without downloading corresponding artifacts. The module
-     * to resolve is given by its module descriptor.This method requires appropriate configuration
+     * to resolve is given by its module descriptor. This method requires appropriate configuration
      * of the ivy instance, especially resolvers.
+     * <p>
+     * The <code>IvyNode</code>s are ordered from the most dependent to the less dependent, so that
+     * an IvyNode is always found in the list after all IvyNode depending directly on it.
      * 
      * @param md
      *            the descriptor of the module for which we want to get dependencies - must not be