diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index adf01b9..aa27abd 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -158,7 +158,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
158 | /// </summary> | 158 | /// </summary> |
159 | /// <param name="userID"></param> | 159 | /// <param name="userID"></param> |
160 | /// <param name="inventoryCollection"></param> | 160 | /// <param name="inventoryCollection"></param> |
161 | public void InventoryReceive(LLUUID userID, ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items) | 161 | public void InventoryReceive(ICollection<InventoryFolderImpl> folders, ICollection<InventoryItemBase> items) |
162 | { | 162 | { |
163 | // FIXME: Exceptions thrown upwards never appear on the console. Could fix further up if these | 163 | // FIXME: Exceptions thrown upwards never appear on the console. Could fix further up if these |
164 | // are simply being swallowed | 164 | // are simply being swallowed |