cleanup comments

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1303925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-22 17:53:19 +00:00
parent 4f0deeb78b
commit 541b9bee63

View File

@ -546,15 +546,6 @@ public boolean visit( DependencyNode node )
public boolean endVisit( DependencyNode node ) public boolean endVisit( DependencyNode node )
{ {
/*
if ( node.getChildren().isEmpty() )
{
currentEntry = currentEntry.getParent();
}
else
{
} */
currentEntry = currentEntry.getParent(); currentEntry = currentEntry.getParent();
firstChild = false; firstChild = false;
return true; return true;