Skip to content

v0.2.53..v0.2.54 changeset TagAncestorDifferencer.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.h b/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.h
index 4d04806..fbce8a2 100644
--- a/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.h
+++ b/hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef __TAG_ANCESTOR_DIFFERENCER_H__
 #define __TAG_ANCESTOR_DIFFERENCER_H__
@@ -40,6 +40,7 @@ namespace hoot
 class TagAncestorDifferencer : public TagFilteredDifferencer, public Configurable
 {
 public:
+
   static std::string className() { return "hoot::TagAncestorDifferencer"; }
 
   TagAncestorDifferencer() {}
@@ -50,6 +51,7 @@ public:
   virtual void setConfiguration(const Settings& conf);
 
 protected:
+
   QString _ancestor;
 
   virtual bool isValidTag(const SchemaVertex& sv) const;
Clone this wiki locally