Doc correction

ThreadPoolClientBranch
Justin Clarke Casey 2008-02-19 23:44:22 +00:00
parent 48e085c774
commit ca78c3ef0d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace OpenSim.Region.Environment.Modules
private readonly BlockingQueue<TextureSender> m_queueSenders = new BlockingQueue<TextureSender>();
/// <summary>
/// Each user has their own texture download queue.
/// Each user has their own texture download service.
/// </summary>
private readonly Dictionary<LLUUID, UserTextureDownloadService> m_userTextureServices =
new Dictionary<LLUUID, UserTextureDownloadService>();