-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.50..v0.2.51 changeset RelationCircularRefRemover.h
Garret Voltz edited this page Jan 15, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RelationCircularRefRemover.h b/hoot-core/src/main/cpp/hoot/core/ops/RelationCircularRefRemover.h
index a3ca7d4..1009125 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/RelationCircularRefRemover.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/RelationCircularRefRemover.h
@@ -40,8 +40,8 @@ namespace hoot
{
/**
- * Removes relations members that have cross references between relations as well as well as
- * relation members that reference themselves
+ * Removes relations members that have cross references between relations as well as relation
+ * members that reference themselves
*/
class RelationCircularRefRemover : public OsmMapOperation, public OperationStatusInfo
{
@@ -61,7 +61,7 @@ public:
" relation members involved in circular references"; }
virtual QString getDescription() const
- { return "Removes half of a relation pair, that reference each other, from a map"; }
+ { return "Removes half of a relation pair that reference each other from a map"; }
private: