-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.52..v0.2.53 changeset ScriptMatch.h
Garret Voltz edited this page Feb 12, 2020
·
1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/conflate/matching/ScriptMatch.h b/hoot-js/src/main/cpp/hoot/js/conflate/matching/ScriptMatch.h
index d4c897d..b0f8cd0 100644
--- a/hoot-js/src/main/cpp/hoot/js/conflate/matching/ScriptMatch.h
+++ b/hoot-js/src/main/cpp/hoot/js/conflate/matching/ScriptMatch.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 SCRIPTMATCH_H
#define SCRIPTMATCH_H
@@ -85,7 +85,8 @@ public:
virtual std::map<QString, double> getFeatures(const ConstOsmMapPtr& map) const override;
- virtual QString getDescription() const override { return "Matches elements with Generic Conflation"; }
+ virtual QString getDescription() const override
+ { return "Matches elements with Generic Conflation"; }
private: