minor: add a bit more method doc to IInventoryService.GetItem()
parent
49d80f5711
commit
621d5b58e1
|
@ -169,7 +169,7 @@ namespace OpenSim.Services.Interfaces
|
||||||
/// Get an item, given by its UUID
|
/// Get an item, given by its UUID
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="item"></param>
|
/// <param name="item"></param>
|
||||||
/// <returns></returns>
|
/// <returns>null if no item was found, otherwise the found item</returns>
|
||||||
InventoryItemBase GetItem(InventoryItemBase item);
|
InventoryItemBase GetItem(InventoryItemBase item);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue