* minor: A few tiny bits of documentation and log message cleanup before starting something different

This commit is contained in:
Justin Clarke Casey
2008-12-01 20:28:00 +00:00
parent 2cf0be7d58
commit 18ba6c3510
6 changed files with 11 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ using OpenSim.Region.Environment.Scenes;
namespace OpenSim.Framework
{
/// <summary>
/// An interface for accessing and managing agent inventory
/// An interface for a module that manages inter-agent inventory offers and transfers.
/// </summary>
public interface IInventoryTransferModule
{