From 75d6702d2e7d326939759e8ef8db8b2cf5ea05d9 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 9 Jun 2021 13:42:40 +0300 Subject: [PATCH] [#412] ir/locode: Fix docs of the VerifyAndUpdate method `Validator.VerifyAndUpdate` method does not add location code attribute. Signed-off-by: Leonard Lyubich --- pkg/innerring/processors/netmap/nodevalidation/locode/calls.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/innerring/processors/netmap/nodevalidation/locode/calls.go b/pkg/innerring/processors/netmap/nodevalidation/locode/calls.go index ade2e80f..1cc9b8c5 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/locode/calls.go +++ b/pkg/innerring/processors/netmap/nodevalidation/locode/calls.go @@ -21,7 +21,6 @@ var errMissingRequiredAttr = errors.New("missing required attribute in DB record // If DB entry R was found w/o errors, then new attributes are: // * CountryCode: R.CountryCode().String(); // * Country: R.CountryName(); -// * LocationCode: R.LocationCode().String(); // * Location: Record.LocationName(); // * SubDivCode: R.SubDivCode(); // * SubDiv: R.SubDivName();