Index: Core/Components/src/Core.Components.DotSpatial/Converter/MapDataConverter.cs
===================================================================
diff -u -r9fb229f4fc4fe2c11e79e344c76ceb220f2dc96a -r2d9376748bc82f1d5e6a12f25e815cd076b1253c
--- Core/Components/src/Core.Components.DotSpatial/Converter/MapDataConverter.cs (.../MapDataConverter.cs) (revision 9fb229f4fc4fe2c11e79e344c76ceb220f2dc96a)
+++ Core/Components/src/Core.Components.DotSpatial/Converter/MapDataConverter.cs (.../MapDataConverter.cs) (revision 2d9376748bc82f1d5e6a12f25e815cd076b1253c)
@@ -92,14 +92,15 @@
protected abstract IMapFeatureLayer Convert(TMapData data);
///
- /// Converts all feature related data from to .
+ /// Converts all feature related data from to .
///
/// The data to convert the feature related data from.
/// The layer to convert the feature related data to.
protected abstract void ConvertLayerFeatures(TMapData data, TMapFeatureLayer layer);
///
- /// Converts all general properties (like and ) from to .
+ /// Converts all general properties (like and )
+ /// from to .
///
/// The data to convert the general properties from.
/// The layer to convert the general properties to.