From 612c8a730f74cac6d06cd1a9c89172c6bca132c6 Mon Sep 17 00:00:00 2001 From: StevenXLi Date: Thu, 22 Sep 2022 10:08:26 -0400 Subject: [PATCH] changed the comment in Msg class, and added changelog (#4049) * changed the comment in Msg class, and added changelog * removed log files, as this change is not client related 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..cb3fc461b08 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://gitlab.com/simpatico.ai/cdr/-/wikis/Bumping-Error-Code */ private Msg() {}