From 5ad4c79a4e5e2d6c9ba26034e5b325007f0b6f7a Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 10 Apr 2008 16:04:19 +0000 Subject: * Refactor GetUsersInventory() --- OpenSim/Framework/Communications/IInventoryServices.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications/IInventoryServices.cs') diff --git a/OpenSim/Framework/Communications/IInventoryServices.cs b/OpenSim/Framework/Communications/IInventoryServices.cs index 966ab75..ecc6c71 100644 --- a/OpenSim/Framework/Communications/IInventoryServices.cs +++ b/OpenSim/Framework/Communications/IInventoryServices.cs @@ -85,8 +85,8 @@ namespace OpenSim.Framework.Communications /// Returns a list of all the folders in a given user's inventory. /// /// - /// A flat list of the user's inventory folder tree. - /// Null if there is no inventory for this user + /// A flat list of the user's inventory folder tree, + /// null if there is no inventory for this user List GetInventorySkeleton(LLUUID userId); } } -- cgit v1.1