minor: add a bit more method doc to IInventoryService.GetItem()

bulletsim
Justin Clark-Casey (justincc) 2011-04-11 23:56:04 +01:00
parent 49d80f5711
commit 621d5b58e1
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ namespace OpenSim.Services.Interfaces
/// Get an item, given by its UUID
/// </summary>
/// <param name="item"></param>
/// <returns></returns>
/// <returns>null if no item was found, otherwise the found item</returns>
InventoryItemBase GetItem(InventoryItemBase item);
/// <summary>