aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-24 18:26:43 +0000
committerJustin Clarke Casey2008-03-24 18:26:43 +0000
commit185dbb06afe0ce61d96f5e7876e928639d392dab (patch)
tree0682e17377c5986f06f2886029337e6c437d3179
parent* Create null limit strategy (diff)
downloadopensim-SC_OLD-185dbb06afe0ce61d96f5e7876e928639d392dab.zip
opensim-SC_OLD-185dbb06afe0ce61d96f5e7876e928639d392dab.tar.gz
opensim-SC_OLD-185dbb06afe0ce61d96f5e7876e928639d392dab.tar.bz2
opensim-SC_OLD-185dbb06afe0ce61d96f5e7876e928639d392dab.tar.xz
* Picky comment change
-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 {