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() {}