Skip to content

v0.2.54..v0.2.55 changeset MultiLineStringLocation.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/MultiLineStringLocation.h b/hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/MultiLineStringLocation.h
index d7f694f..c60f504 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/MultiLineStringLocation.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/MultiLineStringLocation.h
@@ -23,7 +23,7 @@
  * copyrights will be updated automatically.
  *
  * @copyright Copyright (C) 2005 VividSolutions (http://www.vividsolutions.com/)
- * @copyright Copyright (C) 2015, 2016, 2017, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef __MULTI_LINE_STRING_LOCATION_H__
 #define __MULTI_LINE_STRING_LOCATION_H__
@@ -45,9 +45,9 @@ class MultiLineStringLocation
 {
 public:
 
-  //I don't like having a default constructor here, but its needed by PertyWaySplitVisitor
-  //for now.
-  MultiLineStringLocation(){}
+  // Don't like having a default constructor here, but its needed by PertyWaySplitVisitor
+  // for now.
+  MultiLineStringLocation() {}
 
   /**
    * Creates a location along the multi-line string
Clone this wiki locally