From 1a60fe7a4e1e9cd8f9645c3572ffbe495cd2cc6e Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 3 Jun 2008 08:34:38 +0000 Subject: * minor: Attempted method documentation clarifications related to last two commits --- OpenSim/Region/Environment/Scenes/InnerScene.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs') diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index f96eafb..3ed4eb2 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs @@ -627,7 +627,7 @@ namespace OpenSim.Region.Environment.Scenes #region Get Methods /// - /// Request a List of all scene presences in this scene. This returns a copy of the original list, so no + /// Request a List of all scene presences in this scene. This is a new list, so no /// locking is required to iterate over it. /// /// @@ -819,8 +819,8 @@ namespace OpenSim.Region.Environment.Scenes } /// - /// Returns a list of the entities in the scene. This is a new list so operations perform on the list itself - /// will not affect the original list of objects in the scene. + /// Returns a list of the entities in the scene. This is a new list so no locking is required to iterate over + /// it /// /// protected internal List GetEntities() -- cgit v1.1