mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
minor: add a bit more method doc to IInventoryService.GetItem()
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user