diff --git a/Comparison/src/main/java/cz/fidentis/analyst/visitors/mesh/HausdorffDistance.java b/Comparison/src/main/java/cz/fidentis/analyst/visitors/mesh/HausdorffDistance.java
index 7d21ada3ec9721aa9ce7798b0b62b246c0a89bad..ac5036d668151c8ec483615fd334110e2b676a5c 100644
--- a/Comparison/src/main/java/cz/fidentis/analyst/visitors/mesh/HausdorffDistance.java
+++ b/Comparison/src/main/java/cz/fidentis/analyst/visitors/mesh/HausdorffDistance.java
@@ -221,7 +221,8 @@ public class HausdorffDistance extends MeshVisitor  {
     }
     
     /**
-     * Returns Hausdorff distance of mesh facets to the source mesh facets. 
+     * Returns Hausdorff distance of mesh facets to the source mesh facets.
+     * 
      * Keys in the map contain mesh facets that were measured with the 
      * source facets. For each measured facet, a list of distances to the source 
      * facets is stored. The order of distances corresponds to the order of vertices
@@ -236,6 +237,7 @@ public class HausdorffDistance extends MeshVisitor  {
 
     /**
      * Returns the nearest points of mesh facets to the source mesh facets.
+     * 
      * Keys in the map contain mesh facets that were measured with the
      * source facets. For each measured facet, a list of the nearest points to the source
      * facets is stored. The order of  points corresponds to the order of vertices
@@ -264,6 +266,7 @@ public class HausdorffDistance extends MeshVisitor  {
     
     /**
      * Returns {@code true} if the distance computation is parallel.
+     * 
      * @return {@code true} if the distance computation is parallel.
      */
     public boolean inParallel() {