From 56f0355cb11767cb1c573360fe1eebfd18538c67 Mon Sep 17 00:00:00 2001 From: Janne Kataja Date: Sun, 5 Feb 2023 18:10:45 +0100 Subject: [PATCH] remove invalid email address --- src/core/operations/ParseCSR.mjs | 2 +- tests/operations/tests/ParseCSR.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/operations/ParseCSR.mjs b/src/core/operations/ParseCSR.mjs index a1a3bac5d..5b19d6280 100644 --- a/src/core/operations/ParseCSR.mjs +++ b/src/core/operations/ParseCSR.mjs @@ -1,5 +1,5 @@ /** - * @author jkataja [none] + * @author jkataja * @copyright Crown Copyright 2023 * @license Apache-2.0 */ diff --git a/tests/operations/tests/ParseCSR.mjs b/tests/operations/tests/ParseCSR.mjs index e32c288bd..1ba7e73f5 100644 --- a/tests/operations/tests/ParseCSR.mjs +++ b/tests/operations/tests/ParseCSR.mjs @@ -1,7 +1,7 @@ /** * Parse CSR tests. * - * @author jkataja [none] + * @author jkataja * @copyright Crown Copyright 2023 * @license Apache-2.0 */