diff --git a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs index b1fdf764b8..ee3fc55f59 100644 --- a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs +++ b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs @@ -49,15 +49,7 @@ namespace OpenSim.Framework.Communications.Cache /// Child folders that are contained in this folder /// public Dictionary SubFolders = new Dictionary(); - - /// - /// The number of child folders - /// - public int SubFoldersCount - { - get { return SubFolders.Count; } - } - + // Constructors public InventoryFolderImpl(InventoryFolderBase folderbase) { @@ -244,7 +236,7 @@ namespace OpenSim.Framework.Communications.Cache } /// - /// Return the list of child items in this folder + /// Return a copy of the list of child items in this folder /// public List RequestListOfItems() { @@ -264,7 +256,7 @@ namespace OpenSim.Framework.Communications.Cache } /// - /// Return the list of immediate child folders in this folder. + /// Return a copy of the list of immediate child folders in this folder. /// public List RequestListOfFolders() {