Index: src/Common/NetTopologySuite/Noding/INoder.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/NetTopologySuite/Noding/INoder.cs (.../INoder.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/NetTopologySuite/Noding/INoder.cs (.../INoder.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -2,7 +2,6 @@ namespace GisSharpBlog.NetTopologySuite.Noding { - /// /// Computes all intersections between segments in a set of s. /// Intersections found are represented as s and added to the @@ -11,7 +10,6 @@ /// public interface INoder { - /// /// Computes the noding for a collection of s. /// Some Noders may add all these nodes to the input s; @@ -26,6 +24,5 @@ /// /// IList GetNodedSubstrings(); - } -} +} \ No newline at end of file