diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/network/IndexedEdgeLinks.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/network/IndexedEdgeLinks.cpp
index bf3fd27..a58185b 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/network/IndexedEdgeLinks.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/network/IndexedEdgeLinks.cpp
@@ -22,15 +22,11 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2016, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2016, 2018, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "IndexedEdgeLinks.h"
namespace hoot
{
-IndexedEdgeLinks::IndexedEdgeLinks()
-{
-}
-
}