healchow commented on code in PR #9332:
URL: https://github.com/apache/inlong/pull/9332#discussion_r1403992022
##########
inlong-common/src/main/java/org/apache/inlong/common/enums/TaskTypeEnum.java:
##########
@@ -42,47 +48,41 @@ public enum TaskTypeEnum {
;
+ private static final Map<Integer, String> taskTypeEnumHashMap =
Maps.newHashMap();
Review Comment:
Change to the upper case for `static final` constant, such as
`CODE_TYPE_MAP`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]