Skip to content

v0.2.48..v0.2.49 changeset Change.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/Change.h b/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/Change.h
index efe9732..bc1a053 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/Change.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/Change.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2016, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef CHANGE_H
 #define CHANGE_H
@@ -69,7 +69,6 @@ private:
   ChangeType _type;
   ConstElementPtr _element;
   ConstElementPtr _previousElement;
-
 };
 
 }
Clone this wiki locally