Revert "changed the comment in Msg class, and added changelog (#4049)" (#4059)

This reverts commit 612c8a730f74cac6d06cd1a9c89172c6bca132c6.
This commit is contained in:
James Agnew 2022-09-22 11:52:23 -04:00 committed by GitHub
parent 612c8a730f
commit 31462c056f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,8 @@ public final class Msg {
private static final String ERROR_CODE_PREFIX = "HAPI";
/**
* 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
* IMPORTANT: Please update the following comment after you add a new code
* Last used code value: 2141
*/
private Msg() {}