diff options
author | Justin Clarke Casey | 2008-03-24 18:26:43 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-24 18:26:43 +0000 |
commit | 185dbb06afe0ce61d96f5e7876e928639d392dab (patch) | |
tree | 0682e17377c5986f06f2886029337e6c437d3179 | |
parent | * Create null limit strategy (diff) | |
download | opensim-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
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/Limit/NullLimitStrategy.cs | 2 |
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; | |||
30 | namespace OpenSim.Framework.Communications.Limit | 30 | namespace 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 | { |