Skip to content

v0.2.54..v0.2.55 changeset FeatureExtractorJs.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/conflate/extractors/FeatureExtractorJs.h b/hoot-js/src/main/cpp/hoot/js/conflate/extractors/FeatureExtractorJs.h
index 7c5e5a9..4b60078 100644
--- a/hoot-js/src/main/cpp/hoot/js/conflate/extractors/FeatureExtractorJs.h
+++ b/hoot-js/src/main/cpp/hoot/js/conflate/extractors/FeatureExtractorJs.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 FEATUREEXTRACTOR_JS_H
 #define FEATUREEXTRACTOR_JS_H
@@ -48,11 +48,13 @@ class OsmMapOperation;
 class FeatureExtractorJs : public node::ObjectWrap
 {
 public:
+
   static void Init(v8::Handle<v8::Object> target);
 
   FeatureExtractorPtr getFeatureExtractor() { return _fe; }
 
 private:
+
   FeatureExtractorJs(FeatureExtractorPtr fe);
   ~FeatureExtractorJs();
 
Clone this wiki locally