Skip to content

v0.2.53..v0.2.54 changeset BufferedOverlapExtractor.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/BufferedOverlapExtractor.h b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/BufferedOverlapExtractor.h
index 0efa459..3b756a1 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/BufferedOverlapExtractor.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/BufferedOverlapExtractor.h
@@ -23,7 +23,7 @@
  * copyrights will be updated automatically.
  *
  * @copyright Copyright (C) 2005 VividSolutions (http://www.vividsolutions.com/)
- * @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 BUFFEREDOVERLAPEXTRACTOR_H
 #define BUFFEREDOVERLAPEXTRACTOR_H
@@ -40,7 +40,7 @@ class Element;
 /**
  * Shamelessly taken from JCS.
  *
- * This is exactly the same as the SymDiffMatcher (in JCS speak) so I've skipped implementing the
+ * This is exactly the same as the SymDiffMatcher (in JCS speak), so I've skipped implementing the
  * SymDiffMatcher.
  *
  * @author RoadMatcher
Clone this wiki locally