diff --git a/hoot-js/src/main/cpp/hoot/js/conflate/merging/HighwaySnapMergerJs.h b/hoot-js/src/main/cpp/hoot/js/conflate/merging/HighwaySnapMergerJs.h
index 3f6dbec..53f01a5 100644
--- a/hoot-js/src/main/cpp/hoot/js/conflate/merging/HighwaySnapMergerJs.h
+++ b/hoot-js/src/main/cpp/hoot/js/conflate/merging/HighwaySnapMergerJs.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef HIGHWAYSNAPMERGERJS_H
#define HIGHWAYSNAPMERGERJS_H
@@ -46,7 +46,7 @@ namespace hoot
class OsmMapOperation;
/**
- *
+ * @todo rename this to SnapMergerJs or MergerJs, as it does more than roads now
*/
class HighwaySnapMergerJs : public node::ObjectWrap
{