aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/DoubleToleranceConstraint.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/DoubleToleranceConstraint.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tests/Common/DoubleToleranceConstraint.cs b/OpenSim/Tests/Common/DoubleToleranceConstraint.cs
index a766549..c7a6ecc 100644
--- a/OpenSim/Tests/Common/DoubleToleranceConstraint.cs
+++ b/OpenSim/Tests/Common/DoubleToleranceConstraint.cs
@@ -39,9 +39,9 @@ namespace OpenSim.Tests.Common
39 { 39 {
40 _baseValue = baseValue; 40 _baseValue = baseValue;
41 } 41 }
42 42
43 ///<summary> 43 ///<summary>
44 ///Test whether the constraint is satisfied by a given value 44 ///Test whether the constraint is satisfied by a given value
45 ///</summary> 45 ///</summary>
46 ///<param name="valueToBeTested">The value to be tested</param> 46 ///<param name="valueToBeTested">The value to be tested</param>
47 ///<returns> 47 ///<returns>
@@ -70,7 +70,7 @@ namespace OpenSim.Tests.Common
70 70
71 public override void WriteActualValueTo(MessageWriter writer) 71 public override void WriteActualValueTo(MessageWriter writer)
72 { 72 {
73 writer.WriteActualValue(_valueToBeTested); 73 writer.WriteActualValue(_valueToBeTested);
74 } 74 }
75 } 75 }
76} 76}