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
1 changed files with 0 additions and 9 deletions

View File

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