From 509ec2637bd178c270106725297da7f6a1180096 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Mon, 4 May 2009 15:02:14 +0000
Subject: * Refactor: Simplify InventoryFolderImpl. No functional change.
---
OpenSim/Framework/Communications/Cache/InventoryFolderImpl.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'OpenSim/Framework/Communications')
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
}
///
- /// Return a copy of the list of child items in this folder
+ /// Return a copy of the list of child items in this folder. The items themselves are the originals.
///
public List RequestListOfItems()
{
@@ -416,7 +416,7 @@ namespace OpenSim.Framework.Communications.Cache
}
///
- /// Return a copy of the list of child folders in this folder.
+ /// Return a copy of the list of child folders in this folder. The folders themselves are the originals.
///
public List RequestListOfFolders()
{
--
cgit v1.1