You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/15 04:01:17 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #5898: [INLONG-5897][Manager] Support query audit data by user role

healchow commented on code in PR #5898:
URL: https://github.com/apache/inlong/pull/5898#discussion_r971500758


##########
inlong-common/src/main/java/org/apache/inlong/common/constant/Constants.java:
##########
@@ -23,7 +23,15 @@
 public class Constants {
 
     public static final int RESULT_SUCCESS = 0;
-
     public static final int RESULT_FAIL = 1;
 

Review Comment:
   Suggest creating a new AuditConstants class for those audit constants.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org