mirror of
https://github.com/apache/archiva.git
synced 2025-02-08 11:06:03 +00:00
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 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user