changed the comment in Msg class (#4061)
Co-authored-by: Steven Li <steven@smilecdr.com>
This commit is contained in:
parent
31462c056f
commit
ac673b5912
|
@ -24,8 +24,8 @@ public final class Msg {
|
||||||
private static final String ERROR_CODE_PREFIX = "HAPI";
|
private static final String ERROR_CODE_PREFIX = "HAPI";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* IMPORTANT: Please update the following comment after you add a new code
|
* IMPORTANT: Please update the table in the following link after you add a new code:
|
||||||
* Last used code value: 2141
|
* https://github.com/hapifhir/hapi-fhir/wiki/Bumping-Error-Code
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private Msg() {}
|
private Msg() {}
|
||||||
|
|
Loading…
Reference in New Issue