aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r--OpenSim/Framework/Communications/Limit/NullLimitStrategy.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Limit/NullLimitStrategy.cs b/OpenSim/Framework/Communications/Limit/NullLimitStrategy.cs
index 95cc1cd..a5574f2 100644
--- a/OpenSim/Framework/Communications/Limit/NullLimitStrategy.cs
+++ b/OpenSim/Framework/Communications/Limit/NullLimitStrategy.cs
@@ -30,7 +30,7 @@ using System;
30namespace OpenSim.Framework.Communications.Limit 30namespace OpenSim.Framework.Communications.Limit
31{ 31{
32 /// <summary> 32 /// <summary>
33 /// Strategy which enforces no limits 33 /// Strategy which polices no limits
34 /// </summary> 34 /// </summary>
35 public class NullLimitStrategy<TId> : IRequestLimitStrategy<TId> 35 public class NullLimitStrategy<TId> : IRequestLimitStrategy<TId>
36 { 36 {