diff options
author | Jeff Ames | 2010-02-15 19:15:03 +0900 |
---|---|---|
committer | Jeff Ames | 2010-02-15 19:21:56 +0900 |
commit | af265e001d3bf043590e480cd6574a14193f6de0 (patch) | |
tree | 168217a56ba0d25d0fa063df6c27f8cbdca4bf67 /OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | |
parent | Fixes a bug in the previous patch. (diff) | |
download | opensim-SC-af265e001d3bf043590e480cd6574a14193f6de0.zip opensim-SC-af265e001d3bf043590e480cd6574a14193f6de0.tar.gz opensim-SC-af265e001d3bf043590e480cd6574a14193f6de0.tar.bz2 opensim-SC-af265e001d3bf043590e480cd6574a14193f6de0.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IEntityInventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs index fa9bf19..f58904f 100644 --- a/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs +++ b/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs | |||
@@ -150,7 +150,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
150 | /// <returns> | 150 | /// <returns> |
151 | /// A list of inventory items with that name. | 151 | /// A list of inventory items with that name. |
152 | /// If no inventory item has that name then an empty list is returned. | 152 | /// If no inventory item has that name then an empty list is returned. |
153 | /// </returns> | 153 | /// </returns> |
154 | IList<TaskInventoryItem> GetInventoryItems(string name); | 154 | IList<TaskInventoryItem> GetInventoryItems(string name); |
155 | 155 | ||
156 | /// <summary> | 156 | /// <summary> |