Skip to content

v0.2.54..v0.2.55 changeset RemoveDuplicateAreasVisitor.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateAreasVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateAreasVisitor.h
index 5c837eb..b082a80 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateAreasVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateAreasVisitor.h
@@ -47,8 +47,8 @@ class TagDifferencer;
  *  - Neither element has an area of zero.
  *  - TagComparator::compareTags() returns 1.0.
  *
- * The element with the smaller number of tags will be deleted. If they have the same number of tags
- * then the element with the smaller id is deleted.
+ * The element with the smaller number of tags will be deleted. If they have the same number of
+ * tags, then the element with the smaller id is deleted.
  *
  * RecursiveElementRemover is used to remove the element.
  */
@@ -70,7 +70,7 @@ public:
   virtual QString getDescription() const { return "Removes duplicate areas"; }
 
   /**
-   * @see FilteredByCriteria
+   * @see FilteredByGeometryTypeCriteria
    */
   virtual QStringList getCriteria() const;
 
Clone this wiki locally