diff options
author | Justin Clark-Casey (justincc) | 2011-04-11 23:56:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-11 23:56:04 +0100 |
commit | 621d5b58e1a9bc24aab384a5e9bd6eb881928505 (patch) | |
tree | 7f45c3717c3ba97da7fb8d6f9d41085a2dfa4bda /OpenSim | |
parent | Include code to return more information about the NullReferenceException seen in (diff) | |
download | opensim-SC_OLD-621d5b58e1a9bc24aab384a5e9bd6eb881928505.zip opensim-SC_OLD-621d5b58e1a9bc24aab384a5e9bd6eb881928505.tar.gz opensim-SC_OLD-621d5b58e1a9bc24aab384a5e9bd6eb881928505.tar.bz2 opensim-SC_OLD-621d5b58e1a9bc24aab384a5e9bd6eb881928505.tar.xz |
minor: add a bit more method doc to IInventoryService.GetItem()
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Services/Interfaces/IInventoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IInventoryService.cs b/OpenSim/Services/Interfaces/IInventoryService.cs index d19faed..a8bfe47 100644 --- a/OpenSim/Services/Interfaces/IInventoryService.cs +++ b/OpenSim/Services/Interfaces/IInventoryService.cs | |||
@@ -169,7 +169,7 @@ namespace OpenSim.Services.Interfaces | |||
169 | /// Get an item, given by its UUID | 169 | /// Get an item, given by its UUID |
170 | /// </summary> | 170 | /// </summary> |
171 | /// <param name="item"></param> | 171 | /// <param name="item"></param> |
172 | /// <returns></returns> | 172 | /// <returns>null if no item was found, otherwise the found item</returns> |
173 | InventoryItemBase GetItem(InventoryItemBase item); | 173 | InventoryItemBase GetItem(InventoryItemBase item); |
174 | 174 | ||
175 | /// <summary> | 175 | /// <summary> |