mirror of https://github.com/apache/maven.git
parent
c7ab9876f5
commit
71128cb6c0
|
@ -108,7 +108,7 @@ public class ProjectSorter
|
|||
vertices.put( project.getVersion(), dag.addVertex( projectId ) );
|
||||
}
|
||||
|
||||
for ( Vertex projectVertex : dag.getVerticies() )
|
||||
for ( Vertex projectVertex : dag.getVertices() )
|
||||
{
|
||||
String projectId = projectVertex.getLabel();
|
||||
|
||||
|
|
Loading…
Reference in New Issue