Skip to content

v0.2.54..v0.2.55 changeset MultiaryReviewCommand.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryReviewCommand.h b/hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryReviewCommand.h
index cb91371..735a77e 100644
--- a/hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryReviewCommand.h
+++ b/hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryReviewCommand.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2017, 2018, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef __MULTIARY_REVIEW_COMMAND_H__
 #define __MULTIARY_REVIEW_COMMAND_H__
@@ -49,7 +49,7 @@ namespace hoot
  *
  * These commands operate on map elements (nodes for now) that are uniquely identified by thier
  * hoot:hash metadata tag. The hoot:hash is a sha1 hash - to see how it is generated, please have
- * a look at the CalculateHashVisitor class.
+ * a look at the MultiaryPoiHashVisitor class.
  */
 class MultiaryReviewCommand
 {
@@ -264,7 +264,7 @@ private:
   Operation _op;
 
   // List of SHA1 hashes, each element should have a MetadataTags::HootHash()
-  // See CalculateHashVisitor for more info
+  // See MultiaryPoiHashVisitor for more info
   QSet<QByteArray> _elementHashes;
 
   // What the final matched / modified element should look like
Clone this wiki locally