Skip to content
Snippets Groups Projects
Commit 2205423d authored by Daniel Schramm's avatar Daniel Schramm
Browse files

Javadoc fixed

parent 0aefaac4
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ public class KdTree implements Serializable { ...@@ -134,7 +134,7 @@ public class KdTree implements Serializable {
} }
/** /**
* Visits this facet. * Visits this tree.
* *
* @param visitor Visitor * @param visitor Visitor
*/ */
......
...@@ -32,7 +32,7 @@ public abstract class KdTreeVisitor { ...@@ -32,7 +32,7 @@ public abstract class KdTreeVisitor {
} }
/** /**
* The main inspection methodto be implemented by specific visitors. * The main inspection method to be implemented by specific visitors.
* *
* @param kdTree K-d tree to be visited * @param kdTree K-d tree to be visited
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment