changed the comment in Msg class (#4061)

Co-authored-by: Steven Li <steven@smilecdr.com>
This commit is contained in:
StevenXLi 2022-09-22 14:00:03 -04:00 committed by GitHub
parent 31462c056f
commit ac673b5912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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