diff options
author | Justin Clarke Casey | 2008-04-02 17:34:53 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-02 17:34:53 +0000 |
commit | 272fbef65fc75ab6a8a4ed512052124b706ebf1a (patch) | |
tree | d4356941cc0c9f524ea2f25c27fdf561e20b52c1 /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |
parent | * Attempt to resolve mantis 873 by placing caps removal operations in a criti... (diff) | |
download | opensim-SC-272fbef65fc75ab6a8a4ed512052124b706ebf1a.zip opensim-SC-272fbef65fc75ab6a8a4ed512052124b706ebf1a.tar.gz opensim-SC-272fbef65fc75ab6a8a4ed512052124b706ebf1a.tar.bz2 opensim-SC-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.cs | 2 |
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> |