removed commented line of code
This commit is contained in:
parent
f79703fe44
commit
57ca3c19ee
|
@ -62,7 +62,6 @@ public class StorageHubManagement {
|
|||
switch(containerType) {
|
||||
case FOLDER:
|
||||
FolderContainer folderContainer = (FolderContainer) itemContainer;
|
||||
//if(item.getName().compareTo("553095a0-a14a-4e41-b014-2e6f3a1aeac7")!=0)
|
||||
recursiveList(folderContainer, level + 1);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue