Skip to content

v0.2.49..v0.2.50 changeset OsmSchema.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.h b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.h
index fafdc4d..fb5ff5f 100644
--- a/hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.h
+++ b/hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.h
@@ -337,7 +337,7 @@ public:
    * set of tags. E.g. returns railway_platform, but not public_transit=platform.
    *
    * "Unique" may not be the best modifier in the method name, but "WithParentTagsRemoved" seemed
-   * a bit verbose. Open to suggestions. -JRS
+   * a bit verbose.
    */
   std::vector<SchemaVertex> getUniqueSchemaVertices(const Tags& tags) const;
 
Clone this wiki locally