Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/Ring.cs
===================================================================
diff -u -r669e99259a7cc575b5df2be2c0ea7105d9edcbcf -r376649a985f9523e6ecac956b3abd39ed1a64369
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/Ring.cs (.../Ring.cs) (revision 669e99259a7cc575b5df2be2c0ea7105d9edcbcf)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Primitives/Ring.cs (.../Ring.cs) (revision 376649a985f9523e6ecac956b3abd39ed1a64369)
@@ -21,7 +21,6 @@
using System;
using System.Collections.Generic;
-using System.Collections.Specialized;
using System.Linq;
using Core.Common.Base.Geometry;
@@ -83,10 +82,9 @@
}
///
- /// Validates the points collection and trims the last point from the collection
- /// if it is equal to the first.
+ /// Validates the points collection.
///
- /// The points to validate and trim if required.
+ /// The points to validate.
/// Thrown when points is null.
/// Thrown when points contains less than 2 unique points.
private void ValidateAndTrimPoints(IEnumerable points)