From ac673b59124e8a5f1d125d0129df5e363337c16c Mon Sep 17 00:00:00 2001 From: StevenXLi Date: Thu, 22 Sep 2022 14:00:03 -0400 Subject: [PATCH] changed the comment in Msg class (#4061) Co-authored-by: Steven Li --- hapi-fhir-base/src/main/java/ca/uhn/fhir/i18n/Msg.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/i18n/Msg.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/i18n/Msg.java index d44a7bccaa5..9a61b6b9d51 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/i18n/Msg.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/i18n/Msg.java @@ -24,8 +24,8 @@ public final class Msg { private static final String ERROR_CODE_PREFIX = "HAPI"; /** - * IMPORTANT: Please update the following comment after you add a new code - * Last used code value: 2141 + * IMPORTANT: Please update the table in the following link after you add a new code: + * https://github.com/hapifhir/hapi-fhir/wiki/Bumping-Error-Code */ private Msg() {}