mirror of https://github.com/apache/archiva.git
cleanup comments
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1303925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4f0deeb78b
commit
541b9bee63
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue