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 <steven@smilecdr.com>
This commit is contained in:
StevenXLi 2022-09-22 10:08:26 -04:00 committed by GitHub
parent f862098ce6
commit 612c8a730f
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://gitlab.com/simpatico.ai/cdr/-/wikis/Bumping-Error-Code
*/
private Msg() {}