Rolled back 358955, seems that the error was in other place

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@371857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-01-24 07:45:08 +00:00
parent 8e3a3cf63d
commit 4869826ba5
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ void checkScopeUpdate( ResolutionNode farthest, ResolutionNode nearest, List lis
if ( updateScope ) if ( updateScope )
{ {
fireEvent( ResolutionListener.UPDATE_SCOPE, listeners, farthest, nearestArtifact ); fireEvent( ResolutionListener.UPDATE_SCOPE, listeners, nearest, farthestArtifact );
// previously we cloned the artifact, but it is more effecient to just update the scope // previously we cloned the artifact, but it is more effecient to just update the scope
// if problems are later discovered that the original object needs its original scope value, cloning may // if problems are later discovered that the original object needs its original scope value, cloning may