diff options
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs index a625c7e..bc8437c 100644 --- a/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs +++ b/OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs | |||
@@ -396,7 +396,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
396 | } | 396 | } |
397 | 397 | ||
398 | /// <summary> | 398 | /// <summary> |
399 | /// Return a copy of the list of child items in this folder | 399 | /// Return a copy of the list of child items in this folder. The items themselves are the originals. |
400 | /// </summary> | 400 | /// </summary> |
401 | public List<InventoryItemBase> RequestListOfItems() | 401 | public List<InventoryItemBase> RequestListOfItems() |
402 | { | 402 | { |
@@ -416,7 +416,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
416 | } | 416 | } |
417 | 417 | ||
418 | /// <summary> | 418 | /// <summary> |
419 | /// Return a copy of the list of child folders in this folder. | 419 | /// Return a copy of the list of child folders in this folder. The folders themselves are the originals. |
420 | /// </summary> | 420 | /// </summary> |
421 | public List<InventoryFolderBase> RequestListOfFolders() | 421 | public List<InventoryFolderBase> RequestListOfFolders() |
422 | { | 422 | { |