healchow commented on code in PR #8513:
URL: https://github.com/apache/inlong/pull/8513#discussion_r1261332493
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/user/TenantRoleServiceImpl.java:
##########
@@ -137,4 +139,14 @@ public Boolean delete(Integer id) {
return true;
}
+ @Override
+ public int saveDefault(String username, String operator) {
Review Comment:
Please change the return type to `Integer` in service or controller layer,
thanks.
--
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]