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

This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-11 23:56:04 +01:00
parent 49d80f5711
commit 621d5b58e1

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>