* Picky comment change

0.6.0-stable
Justin Clarke Casey 2008-03-24 18:26:43 +00:00
parent 1a970d8f2d
commit 185dbb06af
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ using System;
namespace OpenSim.Framework.Communications.Limit namespace OpenSim.Framework.Communications.Limit
{ {
/// <summary> /// <summary>
/// Strategy which enforces no limits /// Strategy which polices no limits
/// </summary> /// </summary>
public class NullLimitStrategy<TId> : IRequestLimitStrategy<TId> public class NullLimitStrategy<TId> : IRequestLimitStrategy<TId>
{ {