aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-02 17:34:53 +0000
committerJustin Clarke Casey2008-04-02 17:34:53 +0000
commit272fbef65fc75ab6a8a4ed512052124b706ebf1a (patch)
treed4356941cc0c9f524ea2f25c27fdf561e20b52c1 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
parent* Attempt to resolve mantis 873 by placing caps removal operations in a criti... (diff)
downloadopensim-SC_OLD-272fbef65fc75ab6a8a4ed512052124b706ebf1a.zip
opensim-SC_OLD-272fbef65fc75ab6a8a4ed512052124b706ebf1a.tar.gz
opensim-SC_OLD-272fbef65fc75ab6a8a4ed512052124b706ebf1a.tar.bz2
opensim-SC_OLD-272fbef65fc75ab6a8a4ed512052124b706ebf1a.tar.xz
Minor: just some method comments
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 1001fce..ca17937 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -542,7 +542,7 @@ namespace OpenSim.Region.Environment.Scenes
542 } 542 }
543 543
544 /// <summary> 544 /// <summary>
545 /// Request a prim (task) inventory 545 /// Send the details of a prim's inventory to the client.
546 /// </summary> 546 /// </summary>
547 /// <param name="remoteClient"></param> 547 /// <param name="remoteClient"></param>
548 /// <param name="primLocalID"></param> 548 /// <param name="primLocalID"></param>