From c90acd24f5a90827dc91c431373cc3c96782dc24 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Tue, 15 May 2018 15:21:50 +0000 Subject: [PATCH] ESM: Added author tag to Sum op --- src/core/operations/Sum.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/operations/Sum.mjs b/src/core/operations/Sum.mjs index 0aedcd76..97214cda 100644 --- a/src/core/operations/Sum.mjs +++ b/src/core/operations/Sum.mjs @@ -1,5 +1,6 @@ /** * @author bwhitn [brian.m.whitney@outlook.com] + * @author d98762625 [d98762625@gmail.com] * @copyright Crown Copyright 2016 * @license Apache-2.0 */